From e44a7e37b6c7b5961adaffc62b9042b8d442938e Mon Sep 17 00:00:00 2001 From: mensonge Date: Thu, 13 Nov 2008 09:49:11 +0000 Subject: New feature: basic Ajax suggestion for tags and implementation of Dojo toolkit git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@151 b3834d28-1941-0410-a4f8-b48e95affb8f --- includes/js/dijit/tests/form/test_Slider.html | 208 ++++++++++++++++++++++++++ 1 file changed, 208 insertions(+) create mode 100644 includes/js/dijit/tests/form/test_Slider.html (limited to 'includes/js/dijit/tests/form/test_Slider.html') diff --git a/includes/js/dijit/tests/form/test_Slider.html b/includes/js/dijit/tests/form/test_Slider.html new file mode 100644 index 0000000..f1d0442 --- /dev/null +++ b/includes/js/dijit/tests/form/test_Slider.html @@ -0,0 +1,208 @@ + + + + Dojo Slider Widget Demo + + + + + + + + + + +

Slider

+ Also try using the arrow keys, buttons, or clicking on the progress bar to move the slider. +
+ +
+
initial value=10, min=0, max=100, pageIncrement=100, onChange event triggers input box value change immediately
+ +
+
    +
    +
    +
      +
    1. lowest
    2. +
    3. normal
    4. +
    5. highest
    6. +
    +
    + + Slider1 Value: +
    + + +
    +
    initial value=10, min=0, max=100, onChange event triggers input box value change when you mouse up or tab away
    +
    +
      +
    1. 0
    2. +
    3. 100
    4. +
    +
    +
    +
      +
      + Slider2 Value: +

      Fancy HTML labels (no slide animation):

      +
      +
      +
        +

      1. small
      2. +

      3. medium
      4. +

      5. large
      6. +
      +
      + +

      Standalone ruler example:

      + +
      +
      +
      +
      +
      +
        +
      1. +
      2. 1
      3. +
      4. 2
      5. +
      +
      + +

      horizontal, with buttons, disabled (to show styling):

      + +
      +
        +
        +
        +
          +
        1. lowest
        2. +
        3. normal
        4. +
        5. highest
        6. +
        +
        + + +

        Completely Programatic VerticalSlider and VerticalRule

        +

        min:1000, max:3000, 11 discrete values, no animation

        + +
        + Programmatic Value: + + + +
        + + +
        + +
        + + -- cgit v1.2.3-54-g00ecf