Slider.update

Syntax

update();

Description

The update method updates the Slider component.

Example

To execute the example, the page must contain the Slider component named slider (see Example of Creating the Slider Component ). Set new value of component width, refresh the component:

// Set new component width
slider._Width = 400;
// Update component
slider.update();

After the example execution width of the Slider component is changed and the component is updated:

See also:

 Slider