Wiki source code of Project WONDER-Frameworks-Ajax-AjaxSlider
Last modified by Pascal Robert on 2010/09/12 03:20
Hide last authors
author | version | line-number | content |
---|---|---|---|
![]() |
4.1 | 1 | === AjaxSlider === |
![]() |
1.1 | 2 | |
3 | AjaxSlider provides a wrapper around the Scriptaculous slider control. | ||
4 | |||
![]() |
4.1 | 5 | An example of the Scriptaculous slider is available [[here>>url:http://wiki.script.aculo.us/scriptaculous/show/SliderDemo||shape="rect"]] |
6 | Two other examples, illustrating WebObjects integration, can be found in the [[AjaxExamples>>url:http://www.mdimension.com/cgi-bin/WebObjects/AjaxExample.woa||shape="rect"]], under Slider, and Updates (tables and display groups). Sources from the latter examples are available within Project Wonder sources. | ||
![]() |
1.1 | 7 | |
![]() |
4.1 | 8 | ==== Wonder Bindings ==== |
![]() |
1.1 | 9 | |
10 | * orientation - "horizontal" or "vertical" | ||
11 | * value - the value of the slider | ||
12 | * minimum - the minimum value of the slider | ||
13 | * maximum - the maximum value of the slider | ||
14 | * possibleValues - an NSArray of possible slider values (for snapping) | ||
15 | |||
![]() |
4.1 | 16 | ==== Scriptaculous Bindings ==== |
![]() |
1.1 | 17 | |
![]() |
4.1 | 18 | [[Scriptaculous Documentation>>url:http://wiki.script.aculo.us/scriptaculous/show/Slider||shape="rect"]] |
![]() |
1.1 | 19 | |
20 | * alignX | ||
21 | * alignY | ||
22 | * disabled | ||
23 | * handleImage | ||
24 | * handleDisabled | ||
25 | * increment | ||
26 | * onSlide | ||
27 | * onChange |