-
1 May 2008 4:03 AM #1
Help Help ! May i get the ExtJS colorpicker site link
Help Help ! May i get the ExtJS colorpicker site link
hi
guys
please any one can give me extjs colorpiker site link . which will be use in extjs 2x version. please need your help help ........
Thanks
-
1 May 2008 9:25 AM #2
I don't have a clue what you're talking about.
http://extjs.com/learn/Extension:Yui_Color_Picker
http://extjs.com/deploy/dev/docs/?cl...t.ColorPalette
http://extjs.com/deploy/dev/examples/menu/menus.htmlMJ
API Search || Ext 3: docs-demo-upgrade guide || User Extension Repository
Frequently Asked Questions: FAQs
Tutorial: Grid (php/mysql/json) , Application Design and Structure || Extensions: MetaGrid, MessageWindow
-
2 May 2008 12:01 AM #3
The next version is under development on this url: http://ux.theba.hu/cp/
And the first release will come in a week. (now there is some known bugs...
)
-
2 May 2008 12:22 AM #4
That's very nice Amon. Perhaps you could also add some kind of color extractor so that you can click on another element in the page that you like and it detects the backgound color of it. Like an Ext-themed element in the page and you want to know what the bg color is..
This code extracts that:
Code:Ext.override(Ext.Element, { getBgColor: function() { for (var e = this, c = this.getStyle("backgroundColor"); (c == "transparent") && e; e = e.up("")) { c = e.getStyle("backgroundColor"); } return c; } });Search the forum: http://www.google.com/coop/cse?cx=01...%3Az7of1ufqccu
Read the docs too: http://extjs.com/deploy/dev/docs/
Scope: http://extjs.com/forum/showthread.ph...642#post257642


Reply With Quote
