Check documentation for the latest version of dhtmlxSuite dhtmlXColorPickerInput DHTMLX Docs

dhtmlXColorPickerInput

adds dhtmlXColorPicker to some inputs

void dhtmlXColorPickerInput(array inputs);

Deprecated

from version 4.0

inputsarrayan array of input values

Example

var myColorPicker = dhtmlXColorPickerInput(['input1','input2','input3']);

Back to top