PHP Class Prado\Web\UI\WebControls\TSliderClientScript
Client-side slider events {@link setOnChange OnChange} and {@line setOnMove OnMove}
can be modified through the {@link TSlider:: getClientSide ClientSide}
property of a slider.
The current value of the slider can be get in the 'value' js variable
The
OnMove event is raised when the slider moves
The
OnChange event is raised when the slider value is changed (or at the end of a move)
Show file
Open project: pradosoft/prado
Public Methods
Method Details
getOnChange()
public method
getOnSlide()
public method
setOnChange()
public method
Javascript code to execute when the slider value is changed.
setOnSlide()
public method
* Javascript code to execute when the slider moves.