GWC Template Language Reference / Template Paths - Widgets hierarchies |
Path: relative paths according to sequences.
Snippet ID: Slider
Corresponding AUI Tree element: FormField/Slider
Fields (Attributes) | Type | Description |
---|---|---|
orientation | Attribute (string) | Corresponds to the ORIENTATION attribute in 4GL. |
step | Attribute (number) | Corresponds to the STEP attribute in 4GL. |
valueMin | Attribute (number) | Corresponds to the VALUEMIN attribute in 4GL. |
valueMax | Attribute (number) | Corresponds to the VALUEMAX attribute in 4GL. |
Common attributes for this object are available in the Common Fields section.
<p gwc:condition="isModifiable" gwc:content="'value=' + value" />
Display the slider value when the slider is in input mode.