Class \Prado\Web\UI\WebControls\TSliderClientScript
TSliderClientScript class.
Client-side slider events \Prado\Web\UI\WebControls\setOnChange and setOnMove OnMove can be modified through the \Prado\Web\UI\WebControls\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)
Class hierarchy
Author: Christophe Boulain <Christophe.Boulain@gmail.com>Since: 3.1.1
public
|
|
public
|
|
public
|
setOnChange(string $javascript) : mixed
Javascript code to execute when the slider value is changed.
|
public
|
\Prado\TComponent::GLOBAL_RAISE_EVENT_LISTENER |