The ColorPicker Module adds a color-picker input field to the SilverStripe CMS. It makes use of the ColorPicker jQuery Plugin.
This module was taken from http://bummzack.ch/colorpicker/ and is the work of Roman Schmid, AKA banal. There is more infomration regarding the history of this module at http://www.silverstripe.org/customising-the-cms/show/6114
Dimension27 have created a git repo for it so as it can easily be reused in silverstripe projects.
1.0
Adding a ColorField to your Page is as simple as this:
// place this inside your getCMSFields method
$fields->addFieldToTab(
'Root.Content.Main',
new ColorField('BgColor', 'Background Color')
);
Module rating system helping users find modules that are well supported. For more on how the rating system works visit Module standards
Score not correct? Let us know there is a problem