Placeholder
13 posts tagged with "Placeholder"
.color-input
The .color-input action color input for a single line of text. It belongs to the input category within the interaction area.
Action Syntax
.color-input $variable
Valid sizes
Modifiers
placeholder
The .color-input action supports the placeholder modifier.
help
The .color-input action supports the help modifier.
Tags
disabled
make the disabled
Examples
// Basic Usage
.color-input $varname
.date-input
The .date-input action date input for a single line of text. It belongs to the input category within the interaction area.
Action Syntax
.date-input $variable
Valid sizes
Modifiers
placeholder
The .date-input action supports the placeholder modifier.
help
The .date-input action supports the help modifier.
Tags
disabled
make the input disabled
Examples
// Basic Usage
.date-input $varname
.enter-date
The .enter-date action enter date field. It belongs to the inputs category within the interaction area.
Action Syntax
.enter-date $variable
.enter-date "text"
.enter-date "text" $variable
.enter-date !set:icon
.enter-date !set:icon $variable
.enter-date !set:icon "text"
.enter-date !set:icon "text" $variable
Return Value
This function returns a
.enter-email
The .enter-email action enter email field. It belongs to the enter category within the interaction area.
Action Syntax
.enter-email $variable
.enter-email "text"
.enter-email "text" $variable
.enter-email !set:icon
.enter-email !set:icon $variable
.enter-email !set:icon "text"
.enter-email !set:icon "text" $variable
Return Value
This function returns a
.enter-family-name
The .enter-family-name action enter family-name field. It belongs to the enter category within the interaction area.
Action Syntax
.enter-family-name $variable
.enter-family-name "text"
.enter-family-name "text" $variable
.enter-family-name !set:icon
.enter-family-name !set:icon $variable
.enter-family-name !set:icon "text"
.enter-family-name !set:icon "text" $variable
Return Value
This function returns a
.enter-fullname
The .enter-fullname action enter fullname field. It belongs to the enter category within the interaction area.
Action Syntax
.enter-fullname $variable
.enter-fullname "text"
.enter-fullname "text" $variable
.enter-fullname !set:icon
.enter-fullname !set:icon $variable
.enter-fullname !set:icon "text"
.enter-fullname !set:icon "text" $variable
Return Value
This function returns a
.enter-given-name
The .enter-given-name action enter given-name field. It belongs to the enter category within the interaction area.
Action Syntax
.enter-given-name $variable
.enter-given-name "text"
.enter-given-name "text" $variable
.enter-given-name !set:icon
.enter-given-name !set:icon $variable
.enter-given-name !set:icon "text"
.enter-given-name !set:icon "text" $variable
Return Value
This function returns a
.enter-number
The .enter-number action enter number field. It belongs to the inputs category within the interaction area.
Action Syntax
.enter-number $variable
.enter-number "text"
.enter-number "text" $variable
.enter-number !set:icon
.enter-number !set:icon $variable
.enter-number !set:icon "text"
.enter-number !set:icon "text" $variable
Return Value
This function returns a
.enter-password
The .enter-password action enter password field. It belongs to the inputs category within the interaction area.
Action Syntax
.enter-password $variable
.enter-password "text"
.enter-password "text" $variable
.enter-password !set:icon
.enter-password !set:icon $variable
.enter-password !set:icon "text"
.enter-password !set:icon "text" $variable
Return Value
This function returns a
.enter-phone
The .enter-phone action enter phone field. It belongs to the enter category within the interaction area.
Action Syntax
.enter-phone $variable
.enter-phone "text"
.enter-phone "text" $variable
.enter-phone !set:icon
.enter-phone !set:icon $variable
.enter-phone !set:icon "text"
.enter-phone !set:icon "text" $variable
Return Value
This function returns a
.enter-time
The .enter-time action enter time field. It belongs to the inputs category within the interaction area.
Action Syntax
.enter-time $variable
.enter-time "text"
.enter-time "text" $variable
.enter-time !set:icon
.enter-time !set:icon $variable
.enter-time !set:icon "text"
.enter-time !set:icon "text" $variable
Return Value
This function returns a
.textbox-input
The .textbox-input action textbox input for larger amounts of text. It belongs to the input category within the interaction area.
Action Syntax
This action accepts various parameters. See the examples below for usage patterns.
Return Value
This function returns a
$result = .textbox-input
Valid sizes
Modifiers
placeholder
The .textbox-input action supports the placeholder modifier.
help
The .textbox-input action supports the help modifier.
.time-input
The .time-input action time input for a single line of text. It belongs to the input category within the interaction area.
Action Syntax
.time-input $variable
Valid sizes
Modifiers
placeholder
The .time-input action supports the placeholder modifier.
help
The .time-input action supports the help modifier.
Tags
disabled
make the input disabled
Examples
// Basic Usage
.time-input $varname