voidagency/jquery_colorpicker
最新稳定版本:4.0.0
Composer 安装命令:
composer require voidagency/jquery_colorpicker
包简介
A Drupal integration with the jQuery Colorpicker (https://www.eyecon.ro/colorpicker) module
README 文档
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)
统计信息
- 总下载量: 10.14k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0-or-later
- 更新时间: 2024-01-15