Download the PHP package orange35/magento2-color-picker-element without Composer
On this page you can find all versions of the php package orange35/magento2-color-picker-element. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download orange35/magento2-color-picker-element
More information about orange35/magento2-color-picker-element
Files in orange35/magento2-color-picker-element
Download orange35/magento2-color-picker-element
More information about orange35/magento2-color-picker-element
Files in orange35/magento2-color-picker-element
Vendor orange35
Package magento2-color-picker-element
Short Description Color Picker Element
License OSL-3.0
Package magento2-color-picker-element
Short Description Color Picker Element
License OSL-3.0
Please rate this library. Is it a good library?
Informations about the package magento2-color-picker-element
Color Picker Element is a Magento 2 module with the following features:
orange35ColorPickerElement
- uiClass for an input based on jQuery colorpicker. Shows chosen color as input background and shows color hex code as input text in contrast with background.Orange35\ColorPickerElement\Data\Form\Element\Color
- element for system configuration
Installation
composer require orange35/magento2-color-picker-element
Usage
Add element in system configuration
<field id="color" translate="label" type="Orange35\ColorPickerElement\Data\Form\Element\Color" sortOrder="10" showInDefault="1" showInWebsite="1" showInStore="1" canRestore="1">
<label>Color</label>
</field>
Attach to input
Example 1:
<script type="text/x-magento-init">
{
"color-element-id": {
"orange35ColorPickerElement": {}
}
}
</script>
Example 2:
<input type="text" name="color" data-mage-init='{"orange35ColorPickerElement":{}}' />
All versions of magento2-color-picker-element with dependencies
PHP Build Version
Package Version
Requires
php Version
~5.5.0|~5.6.0|~7.0.6|~7.1.0|~7.2.0|~7.3.0|~7.4.0
The package orange35/magento2-color-picker-element contains the following files
Loading the files please wait ....