Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ymcatwincities/jquery_colorpicker

Fork of jquery_colorpicker for Drupal 9 testing
https://github.com/ymcatwincities/jquery_colorpicker

Last synced: about 1 month ago
JSON representation

Fork of jquery_colorpicker for Drupal 9 testing

Awesome Lists containing this project

README

        

CONTENTS OF THIS FILE
---------------------

* Introduction
* Requirements
* Installation
* Maintainers

INTRODUCTION
------------

The Drupal 8 branch of Jquery Colorpicker offers jQuery Colorpicker widget for
the (Hexidecimal) Color field, and a Form API form element than can be used as
follows:

'jquery_colorpicker',
'#title' => t('Color'),
'#default_value' => 'FFFFFF',
];
?>

REQUIREMENTS
------------

This module depends upon:

- The jQuery Colorpicker library (https://www.eyecon.ro/colorpicker/)
- The Drupal (Hexidecimal) Color module
(https://www.drupal.org/project/hexidecimal_color)
- The Drupal Vendor Stream Wrapper module
(https://www.drupal.org/project/vendor_stream_wrapper).

These dependencies are managed through Composer when the module is installed
using:

composer require drupal/jquery_colorpicker

INSTALLATION
------------

Add the module to your project using:

composer require drupal/jquery_colorpicker

Then enable the module as you would any Drupal module.

MAINTAINERS
-----------

This module is maintained by:

* Jaypan (https://www.jaypan.com)
* Plopesc (https://www.drupal.org/u/plopesc)