b-khouy/jquery_colorpicker

与 jQuery Colorpicker (https://www.eyecon.ro/colorpicker) 模块集成的 Drupal 集成

安装量: 1,656

依赖者: 0

建议者: 0

安全性: 0

星标: 0

关注者: 1

分叉: 1

类型:drupal-module

4.0.0 2023-07-17 16:39 UTC

This package is not auto-updated.

Last update: 2024-09-24 20:01:53 UTC


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:

<?php
$form['element'] = [
  '#type' => '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)