Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Note
titleContent Freeze

As of July 25th, 2023, there is a content freeze on this page.

Overview

The slider widget allows a user to drag the slider to increase/decrease a value of a numeric field.

Field Binding Dialog (Rich UI Only)

Please visit the Field Binding page.

Slider Widget Properties 

...

Then add the following JavaScript code to the widget's onchange event:

Code Block

changeElementValue("TextBox1", get("Slider1"));

...