Roo.util.Observable
Roo.Component
Roo.ColorPalette 

		   

Class Roo.ColorPalette

Package:Roo
Defined In: Roo/ColorPalette.js.
Class:ColorPalette
Extends: Roo.Component
Simple color palette class for choosing colors. The palette can be rendered to any container.

Here's an example of typical usage:

var cp = new Roo.ColorPalette({value:'993300'}); // initial selected color
cp.render('my-div');

cp.on('select', function(palette, selColor){
// do something with selColor
});
Class Comments / Notes => [Add Your comment/notes about this class]
Config Options (Usually are also Properties)
Options Defined By
Public Properties - Has None
Public Methods
Method Defined By
Events
Event Defined By
Documentation generated by Introspection Doc Generator on Fri Jul 13 2018 14:10:53 GMT+0800 (HKT) Based on JsDoc Toolkit