Last modified by Pascal Robert on 2010/09/12 03:20

Hide last authors
Pascal Robert 4.1 1 === AjaxSlider ===
smmccraw 1.1 2
3 AjaxSlider provides a wrapper around the Scriptaculous slider control.
4
Pascal Robert 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.
smmccraw 1.1 7
Pascal Robert 4.1 8 ==== Wonder Bindings ====
smmccraw 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
Pascal Robert 4.1 16 ==== Scriptaculous Bindings ====
smmccraw 1.1 17
Pascal Robert 4.1 18 [[Scriptaculous Documentation>>url:http://wiki.script.aculo.us/scriptaculous/show/Slider||shape="rect"]]
smmccraw 1.1 19
20 * alignX
21 * alignY
22 * disabled
23 * handleImage
24 * handleDisabled
25 * increment
26 * onSlide
27 * onChange