Rails color picker?

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

On Nov 29, 2007 2:46 PM, avramd [email protected] 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.

On Nov 29, 2007 8:46 AM, avramd [email protected] wrote:

Specifically a I’m hoping for a full 24-bit picker with sliders

http://developer.yahoo.com/yui/colorpicker/


Greg D.
http://destiney.com/