dojox.widget.ColorPicker¶
Status: | Draft |
---|---|
Version: | 1.0 |
Project owner: | ?– |
Available: | since 1.1 |
A Photoshop-like HSV ColorPicker widget.
Introduction¶
This ColorPicker adds many options to the standard ColorPallete available in Dijit.
Usage¶
To use the ColorPicker you need to first load the CSS:
1 | <link rel="stylesheet" href="dojotoolkit/dojox/widget/ColorPicker/ColorPicker.css" />
|
And Require the module:
1 | dojo.require("dojox.widget.ColorPicker");
|