From f70d017d69274a49bfccd8003ddfc27e6132edd1 Mon Sep 17 00:00:00 2001 From: rojaro <> Date: Fri, 3 Jun 2011 21:57:48 +0000 Subject: removed last-modified message from templates --- .../protected/pages/Controls/Slider.page | 24 +++++++++++----------- 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'demos/quickstart/protected/pages/Controls/Slider.page') diff --git a/demos/quickstart/protected/pages/Controls/Slider.page b/demos/quickstart/protected/pages/Controls/Slider.page index 5a6fa0d5..60422d0d 100644 --- a/demos/quickstart/protected/pages/Controls/Slider.page +++ b/demos/quickstart/protected/pages/Controls/Slider.page @@ -1,9 +1,9 @@ - - -

TSlider

- - -

+ + +

TSlider

+ + +

TSlider displays a slider for numeric input purpose. A slider consists of a track which define the range of possible value, and a handle which can slide on the track, to select a value in the range. The track can be either Horizontal or Vertical, depending of the Direction @@ -47,9 +47,9 @@ You can also attach ClientSide javascript events handler to the slider :

  • ClientSide.onSlide is called when the handle is slided on the track. You can get the current value in the value javascript variable. You can use this event to update on client side a label with the current value
  • ClientSide.onChange is called when the slider value has changed (at the end of a move).
  • - -

    - - - -
    $Id$
    \ No newline at end of file + +

    + + + + -- cgit v1.2.3