For an umbraco 7 color picker, please have a look at the Spectrum Colour Picker!
This package will create a DataType called "True Color Picker".
You may be wondering, what's "True" doing in there?
Well I was looking for a color picker without the need to provide pre-defined colors.
I saw the built-in Color Picker, but that's not a color picker! It's an approved color picker.
So I created a TRUE color picker.
This package will create the following files / directories:
/umbraco/css
colorpicker.css
/umbraco/js/colorpicker
colorpicker.js
/umbraco/images/colorpicker
*
Changelog:
- Version 1.3
Somehow I forgot to include the True Color Picker datatype, fixed now.
Somehow the True Color Picker displayed as an Approved Color Picker, fixed too!
- Version 1.2
It's now possible to reset the selected color with the "Reset color" button (so the value will be empty
- Version 1.1
Fixed an issue with Umbraco 4.0.3 where in some occasions the value isn't saved correctly
Everything