Gulix / geckos

An online Card Editor with Templates
http://gulix.github.io/geckos/
Other
48 stars 18 forks source link

Color Selector #85

Closed Gulix closed 8 years ago

Gulix commented 8 years ago

A color Picker exists in geckos (see Issue #24) but the Color fields should also offer the possibility to select a color in a pre-defined list. All the existing functions should still be available, only the presentation on the UI should differ. It's a variant of the existing Color field.

See https://github.com/tkrotoff/jquery-simplecolorpicker or https://github.com/carloscabo/jquery-palette-color-picker for a control providing what we need.

Gulix commented 8 years ago

Implementation of SimpleColorPicker done. Still has to reference the library, and the detection of the color Options.

Gulix commented 8 years ago

Reference to library added to #78