colorpicker.css |
css/colorpicker.css |
|
.colorwrapper {
display: none;
z-index: 100;
}
.endcolorpicker {
display: block;
height: 20px;
width: 20px;
background: url(x.png) no-repeat;
} |
colorpicker.info |
colorpicker.info |
|
name = Colorpicker
description = Adds a custom form element type called a colorpicker.
package = "Colorpicker"
; Information added by drupal.org packaging script on 2007-09-22
version = "5.x-1.x-dev"
project =… |
colorpicker.module |
colorpicker.module |
|
This module creates a new form element called a 'colorpicker_textfield'. |
colorpicker_cck.info |
colorpicker_cck.info |
|
name = Colorpicker Widget
description = Adds a color picker widget.
version = "5.x-1.x-dev"
project = "colorpicker"
package = CCK
dependencies = colorpicker cck
datestamp = "1190419295" |
colorpicker_cck.module |
colorpicker_cck.module |
|
|
colorpicker_example.info |
examples/colorpicker_example.info |
|
name = Colorpicker Example
description = Shows an example of the colorpicker in action.
package = "Colorpicker"
; Information added by drupal.org packaging script on 2007-09-22
version = "5.x-1.x-dev"
project =… |
colorpicker_example.install |
examples/colorpicker_example.install |
|
|
colorpicker_example.module |
examples/colorpicker_example.module |
|
|
INSTALL.txt |
INSTALL.txt |
|
To install this module, navigate to admin/build/modules and enable the module. This module does nothing by itself but provide another form type called a 'colorpicker'.
See the colorpicker_example.module for an example usage. |
README.txt |
README.txt |
|
This module does nothing by itself but add a new form element type called a 'colorpicker'. You can see an example useage in the colorpicker_example.module included in the package with this module, or use something similar to below.
It… |