Documentation

Slider

The Slider is part of the Editors components which the Builder supports.

Usage

  • Provides options for increasing, decreasing, and selecting predefined values.
  • Enables users to define values by dragging the handle along the track or by clicking the side arrow buttons.

Properties of Interest

  • Model—The data model that is associated with this component. For more information, refer to the article on using data source instances.
  • Events

    • Change Event Function—Fired when the value of the component is changed by the user.
    • Slide Event Function—Fired when the user moves the drag handle.

    Include any custom code for this event function in the controller.public.js file for AngularJS or in the [view-name].view.component.ts file for Angular which are located in the \app\src\modules\[module-name]\[view-name] folder. For more information, refer to the article on custom code.

In this article