Show contents 

Home > Foresight Analytics Platform > Web Application and Desktop Application > Application Development and Functionality Enhancement > Developing Web Application Using DHTML Components > Working with General Visual Components > Classes > Slider > Slider.endUpdate

Slider.endUpdate

Syntax

endUpdate();

Description

The endUpdate method unblocks updating for the Slider component and refreshes it.

Comments

The method is used to optimize component updating. It is called after the beginUpdate method, when the component changes are completed.

Example

The property use is given in the page with description of the Slider.addItem method.

See also:

 Slider