colorpicker.css |
css/colorpicker.css |
|
.colorpicker_textfield {
width: 80px;
height: 18px;
border: inset gray 1px;
text-transform: uppercase;
font-size: 14px;
font-weight: bold;
}
.form-item input.colorpicker_textfield.error {
border-width:1px;
}
.picker_wrapper {
position:… |
colorpicker.info |
colorpicker.info |
|
name = Colorpicker
description = Adds a custom form element type called a colorpicker.
package = "Colorpicker"
core = 6.x |
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.
package = CCK
core = 6.x
dependencies[] = colorpicker
dependencies[] = content
dependencies[] = text |
colorpicker_cck.module |
colorpicker_cck.module |
|
Defines a colorpicker CCK field. |
colorpicker_example.info |
examples/colorpicker_example.info |
|
name = Colorpicker Example
description = Shows an example of the colorpicker in action.
core = "6.x"
package = "Colorpicker" |
colorpicker_example.install |
examples/colorpicker_example.install |
|
|
colorpicker_example.module |
examples/colorpicker_example.module |
|
Example of a form that uses the colorpicker fields |
INSTALL.txt |
INSTALL.txt |
|
To install this module, navigate to admin/build/modules and enable the module. The 'colorpicker' module does nothing by itself but provide a new form element called a 'colorpicker_textfield'.
See the colorpicker_example.module for… |
README.txt |
README.txt |
|
This module does nothing by itself but add a new form element type called a 'colorpicker_textfield'. You can see an example of its use in the colorpicker_example.module included in the package with this module, or use something similar to… |