rototypejs.org">Prototype JavaScript library.
The ColorPicker control makes use of the following resources (which Click automatically deploys to the application directories,
/click/colorpicker and
/click/prototype):
- click/colorpicker/colorpicker.css
- click/prototype/prototype.js
- click/colorpicker/colorpicker.js
To import these ColorPicker files simply reference the variables
$headElements and
$jsElements in the page template. For example:
<html> <head> $headElements </head> <body> $form $jsElements </body> </html>
Credits
The color picker popup is based on JS script code from
www.dhtmlgoodies.com.