The Slider object

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.

Example

<p gwc:condition="isModifiable" gwc:content="'value=' + value" />

Display the slider value when the slider is in input mode.