Download the PHP package ninty9notout/silverstripe-colourpicker without Composer
On this page you can find all versions of the php package ninty9notout/silverstripe-colourpicker. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download ninty9notout/silverstripe-colourpicker
More information about ninty9notout/silverstripe-colourpicker
Files in ninty9notout/silverstripe-colourpicker
Package silverstripe-colourpicker
Short Description Provides a pop-up colour picker functionality, turning a text field into a colour picker field.
License MIT
Homepage https://github.com/ninty9notout/silverstripe-colourpicker
Informations about the package silverstripe-colourpicker
SilverStripe Colour Picker Field
Does what it says on the box - provides a pop-up colour picker functionality, turning a text field into a colour picker field.
!https://raw.github.com/ninty9notout/silverstripe-colourpicker/master/colourpicker.png!
Uses the "jQuery MiniColors":http://labs.abeautifulsite.net/jquery-minicolors/ plugin by "A Beautiful Site":http://www.abeautifulsite.net/ for the colour picker, while using the built in entwine library to successfully bind the MiniColors plugin to the necessary elements.
Usage
There are various way to install this, but the easiest is to download the repository and add it to your SilverStripe root.
Once installed, you can use the following to initialise the colour picker field using the following:
Contributing
This field was made because a simple colour picker was required for a project, and existing colour picker fields that are out there were unsatisfactory. Please note that is still very young. The plan it to fully utilise MiniColors various functionalities as needed in the future.
Have any changes in mind?