Download the PHP package it-blaster/color-picker-type-bundle without Composer
On this page you can find all versions of the php package it-blaster/color-picker-type-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download it-blaster/color-picker-type-bundle
More information about it-blaster/color-picker-type-bundle
Files in it-blaster/color-picker-type-bundle
Download it-blaster/color-picker-type-bundle
More information about it-blaster/color-picker-type-bundle
Files in it-blaster/color-picker-type-bundle
Vendor it-blaster
Package color-picker-type-bundle
Short Description The FormType for choosing a color
License MIT
Homepage https://github.com/it-blaster/color-picker-type-bundle
Package color-picker-type-bundle
Short Description The FormType for choosing a color
License MIT
Homepage https://github.com/it-blaster/color-picker-type-bundle
Please rate this library. Is it a good library?
Informations about the package color-picker-type-bundle
ColorPickerTypeBundle
The FormType for choosing a color based on Iris.
Installation
Add it-blaster/color-picker-type-bundle to your composer.json
file and run composer
Register the bundle in your AppKernel.php
Include bundle's scripts and Iris' dependencies in your page:
Usage
Just set the color_picker
FormType for your field as follows:
Options
You can pass all the Iris' options as a picker_options
value:
...
->add('color', 'color_picker', array(
'picker_options' => array(
'color' => false,
'mode' => 'hsl',
'hide' => true,
'border' => true,
'target' => false,
'width' => 200,
'palettes' => false,
'controls' => array(
'horiz' => 's',
'vert' => 'l',
'strip' => 'h'
)
)
))
...
All versions of color-picker-type-bundle with dependencies
PHP Build Version
Package Version
The package it-blaster/color-picker-type-bundle contains the following files
Loading the files please wait ....