Hello, Is there a color picker somewhere that is integrated with rails? Specifically a I''m hoping for a full 24-bit picker with sliders, etc, that can interact with rails objects, such as updating a form that rails has setup, or just injecting it''s chosen value into an input value that rails has set up to put back into an object after submission. Thanks, Avram --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
On Nov 29, 2007 2:46 PM, avramd <dorfman-ezxZlAuvQdY@public.gmane.org> wrote:> > Hello, > > Is there a color picker somewhere that is integrated with rails? > Specifically a I''m hoping for a full 24-bit picker with sliders, etc, > that can interact with rails objects, such as updating a form that > rails has setup, or just injecting it''s chosen value into an input > value that rails has set up to put back into an object after > submission.Theres nothing integrated. But typically these widgets tend to be pure JavaScript in nature, and get bolted on to the graphical layer of many popular Ajax toolkits. Just yesterday I was looking at an excellent flash based one (colour wheel, and automatic complementary colour picker). Go to webappers.com and programmableweb.com great showcases for Web 2.0 APIs and toolkits. You will find plenty. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
On Nov 29, 2007 8:46 AM, avramd <dorfman-ezxZlAuvQdY@public.gmane.org> wrote:> Specifically a I''m hoping for a full 24-bit picker with slidershttp://developer.yahoo.com/yui/colorpicker/ -- Greg Donald http://destiney.com/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---