Input
5 posts tagged with "Input"
.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
.signature-pad
The .signature-pad action an input pad that mimics capturing a signature. It belongs to the input category within the interaction area.
Action Syntax
.signature-pad "text"
Return Value
This function returns a
$result = .signature-pad
Valid sizes
Examples
// Basic Usage
$text = .signature-pad "placeholder"
.slider-input
The .slider-input action a slider input field. It belongs to the input category within the interaction area.
Action Syntax
.slider-input $variable
.slider-input $variable from 123 to 123
.slider-input $variable from $variable to $variable
Valid sizes
Examples
// Basic Usage
.slider-input $var
.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