Displaying 2 results from an estimated 2 matches for "myslid".
Did you mean:
mysid
2007 Nov 07
5
Prototype error - iterator is not a function
I''m starting to learn to use Prototype (v1.5.1.1) along with Mootools.
However I keep bumping into the same problem:
All of the inserts result in the error "iterator is not a function" at
line 542 of Prototype
memo = iterator(memo, value, index);
Am I missing something obvious here? I''m wondering if there''s an
incompatibility between Prototype and Domino
2005 Dec 11
0
setValue() and sliderValue not affecting Slider
...slider in order to resize a set of pictures.
My problem is neither the sliderValue option in the constructor nor
the setValue() function seem to work. Perhaps it is some simple nuance
I am missing. I instantiate my slider, and I''m assuming I can use
setValue anytime thereafter, correct?
mySlider = new Control.Slider(''handle'',''track'',{axis:''horizontal'',minimum:0,maximum:100,increment:1,sliderValue:75});
mySlider.setValue(50);
It doesn''t work. I get a slider that defaults to 100. Neither
sliderValue nor setValue seem to effec...