Hi I would like to use the slider control within the library with two handles as a range slider. I would also like to fall back to an acceptable set of 2 standard dropdown lists should javascript be disabled in the browser. Is this possible? Thanks --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
Also, is it just me or does the scriptaculous slider not work with Firefox? On Jan 19, 7:06 pm, DWwannabe <a...-AzyshFR3rJ/QT0dZR+AlfA@public.gmane.org> wrote:> Hi I would like to use the slider control within the library with two > handles as a range slider. I would also like to fall back to an > acceptable set of 2 standard dropdown lists should javascript be > disabled in the browser. Is this possible? > > Thanks--~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
You could try superimposing the controls on top of each other using absolute positioning. I haven''t tried it, so let us know if it works. With the dropdown - render the dropdown in a DIV and use JavaScript to rewrite the DIV with the slider code. That way if there is no Javascript, your default control will still be in place. On Jan 19, 2:06 pm, DWwannabe <a...-AzyshFR3rJ/QT0dZR+AlfA@public.gmane.org> wrote:> Hi I would like to use the slider control within the library with two > handles as a range slider. I would also like to fall back to an > acceptable set of 2 standard dropdown lists should javascript be > disabled in the browser. Is this possible? > > Thanks--~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---