Check documentation for the latest version of dhtmlxSuite Methods DHTMLX Docs

Methods

attachEvent adds any user-defined handler to available events
close closes dhtmlXColorPicker
detachEvent detaches a handler from an event
dhtmlXColorPickerInput adds dhtmlXColorPicker to some inputs
getCustomColors returns user's custom colors saved in the memory panel
getSelectedColor gets the selected color
hide hides dhtmlXColorPicker
hideMemory hides the panel with the last used colors
hideOnSelect hides dhtmlXColorPicker after the user has chosen a color from the palette and pressed the "Select "button (or double-clicked on a color in the palette)
init object initialization
isVisible returns the state of dhtmlXColorPicker (visible or invisible)
linkTo links dhtmlXColorPicker to some area
loadUserLanguage sets a new language interface for dhtmlXColorPicker
setColor selects the defined color
setCustomColors defines user's custom colors
setImagePath sets a path to images
setOnCancelHandler sets the function called when selection is cancelled
setOnSelectHandler sets the function called when color is selected (before closing)
setPosition shows dhtmlXColorPicker in the specified position
setSkin sets a skin for dhtmlXColorPicker
show shows dhtmlXColorPicker
showMemory shows the panel with the last used colors
unload destructor. Unloads dhtmlXColorPicker instance and clears memory
Back to top