Is there any plugin or ajax controls for picking colors? Was looking around Couldn''t find anything -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060719/cb4bc40f/attachment-0001.html
On 7/18/06, Clayton Cottingham <dr.frog@shaw.ca> wrote:> > Is there any plugin or ajax controls for picking colors? > > Was looking around > > Couldn''t find anythingIn case you can''t find something Rails specific... http://developer.yahoo.com/yui/examples/slider/rgb2.html?mode=dist
It''s not an AJAX color picker, but I quickly wrapped it in an application helper and it works pretty good for simple color picking, depending on your needs: http://www.softcomplex.com/products/tigra_color_picker/ Jeremy On Jul 18, 2006, at 8:39 PM, Clayton Cottingham wrote:> Is there any plugin or ajax controls for picking colors? > > > > > > Was looking around > > > > Couldn?t find anything > > > > > > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails-------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060719/46b4b268/attachment.html
Clayton, you probably already figured this one out, but regardless, I found this one to be super easy to implement (not rails specific): http://www.flooble.com/scripts/colorpicker.php You can see how I implemented it in this screencast if you want: http://rightcart.com/signup/screencast_customization On 7/18/06, Jeremy Cowgar <jeremy@cowgar.com> wrote:> > It''s not an AJAX color picker, but I quickly wrapped it in an application > helper and it works pretty good for simple color picking, depending on your > needs: > http://www.softcomplex.com/products/tigra_color_picker/ > > Jeremy > > On Jul 18, 2006, at 8:39 PM, Clayton Cottingham wrote: > > Is there any plugin or ajax controls for picking colors? > > > > > > Was looking around > > > > Couldn''t find anything > > > > > > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails > > > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails > > >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060901/516ba84f/attachment-0001.html