Hello,
We had an application that used the scriptaculous slider with no
problems. We since decided to use integrate prototype window class
with the slider.
Everything is fine except for the fact that the handle does not move.
This is sooooo frustrating.
This is the code we are using.
// to use the prototype window
Dialog.info($('ShareOptions').innerHTML, {className:"alphacube",width:
550});
// slider code
new Control.Slider('PermissionHandle','PermissionSlider',{range:
$R(0,500),values:[152,313,466],onSlide:function(v)
{ChangePermissionGraphic(v);},onChange:function(v)
{ChangePermissionGraphic(v);}});
Any ideas as to why the slider handle will not move ? Please please
help me.
Thanks a lot
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby
on Rails: Spinoffs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/rubyonrails-spinoffs?hl=en
-~----------~----~----~----~------~----~------~--~---