Check documentation for the latest version of dhtmlxSuite getColorPicker DHTMLX Docs

getColorPicker

returns dhtmlxColorPicker instance

object getColorPicker(string name);
namestringthe name of an item
objectdhtmlxColorPicker instance

Example

var dhxColorPicker = myForm.getColorPicker(name);

Back to top