Fields
7 posts tagged with "Fields"
.checkbox-field
The .checkbox-field action Creates a checkbox input with a clickable label. It belongs to the fields category within the ui area.
Action Syntax
.checkbox-field "text"
Valid sizes
Examples
// Basic Usage
.checkbox-field "label"
.password-field
The .password-field action Creates a password input field with hidden text. It belongs to the fields category within the ui area.
Action Syntax
.password-field "text"
Valid sizes
Examples
// Basic Usage
.password-field "label"
.radio-field
The .radio-field action Creates a radio button input with selectable options. It belongs to the fields category within the ui area.
Action Syntax
.radio-field "text"
Valid sizes
Examples
// Basic Usage
.radio-field "label"
.select-field
The .select-field action Creates a dropdown selection field with multiple options. It belongs to the fields category within the ui area.
Action Syntax
.select-field "text"
Valid sizes
Examples
// Basic Usage
.select-field "label"
.text-field
The .text-field action Creates a single-line text input field. It belongs to the fields category within the ui area.
Action Syntax
.text-field "text"
Valid sizes
Examples
// Basic Usage
.text-field "label"
.textbox-field
The .textbox-field action Creates a multi-line text input area for longer content. It belongs to the fields category within the ui area.
Action Syntax
.textbox-field "text"
Valid sizes
Examples
// Basic Usage
.textbox-field "label"
+attachable
The +attachable action Groups related form fields together with optional label. It belongs to the fields category within the ui area.
Action Syntax
+attachable "text"
+attachable $variable
Valid sizes
Examples
// Basic Usage
.fieldset "label"
// Using Variables
// Display dynamic content from variables
.fieldset $label