Is there a version that works with Ext 2.0. If there is, I sure can't find it anywhere..
Is there a version that works with Ext 2.0. If there is, I sure can't find it anywhere..
Hi Brookd,
Try this link:
http://ux.theba.hu/colorpicker2/
Worked fine for me.
/Mattias
Hey dudes!
I'm working on the next version of the ColorPicker2. (I'll not support 1.1)
If you know any bug in the previous version of CP2 ( http://ux.theba.hu/colorpicker2/ ), please say it!
The developer version of the new CP: http://ux.theba.hu/cp/.
It compatible with the 2.x (tested with 2.0.2 and 2.1) ExtJS.
Tested on IE6-7-8, Opera9, FF2-3. (Vista and XP)
Great plugin! Thanks! Any idea on when the final (2.1) version might be released?
Great plugin! Especially like the inverse function. But where can i find the codes to the latest version? Can't seem to find it anywhere too... Thanks!!!
Hi. Great plugin. Could you please show an example with dialog version. I tried to put color picker in window, but I got an javascript error : "Node cannot be inserted at the specified point in the heirarchy". Here is the code:
Code:var colorpicker = new Ext.ux.ColorPicker({ xtype: 'colorpicker', title: 'Color picker' }); var colorwindow = new.Ext.Window({ title: 'pick color', items: colorpicker });
I added a color picker field. This required the creation of a color picker item and menu too.
I've attached a my code with Amon's latest. My code resides in the file colorpickerfield.js and it is BSD licensed. The rest belongs to Amon. I did make a minor change or two to colorpicker.js. I also included a test.html.
Oh great. I was looking exactly for color field. Thanks.