Wiki source code of Project WONDER-Frameworks-Ajax-AjaxSlider
Version 3.1 by Pascal Robert on 2010/09/12 03:20
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | === AjaxSlider === | ||
2 | |||
3 | AjaxSlider provides a wrapper around the Scriptaculous slider control. | ||
4 | |||
5 | An example of the Scriptaculous slider is available [[here>>http://wiki.script.aculo.us/scriptaculous/show/SliderDemo]] | ||
6 | Two other examples, illustrating WebObjects integration, can be found in the [[AjaxExamples>>http://www.mdimension.com/cgi-bin/WebObjects/AjaxExample.woa]], under Slider, and Updates (tables and display groups). Sources from the latter examples are available within Project Wonder sources. | ||
7 | |||
8 | ==== Wonder Bindings ==== | ||
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 | |||
16 | ==== Scriptaculous Bindings ==== | ||
17 | |||
18 | [[Scriptaculous Documentation>>http://wiki.script.aculo.us/scriptaculous/show/Slider]] | ||
19 | |||
20 | * alignX | ||
21 | * alignY | ||
22 | * disabled | ||
23 | * handleImage | ||
24 | * handleDisabled | ||
25 | * increment | ||
26 | * onSlide | ||
27 | * onChange |