ninty9notout/silverstripe-colourpicker

Provides a pop-up colour picker functionality

Installs: 926

Dependents: 1

Suggesters: 0

Security: 0

Stars: 4

Watchers: 5

Forks: 3

Open Issues: 0

Type:silverstripe-vendormodule

1.0.0 2016-07-26 10:20 UTC

This package is auto-updated.

Last update: 2024-03-08 15:04:24 UTC


README

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:

new ColourPicker($name, $title)

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?

Fork from "GitHub":https://github.com/ninty9notout/silverstripe-colourpicker

Do your thing

Make a pull request

???

Profit