You are here

README.txt in Jquery Colorpicker 6

Same filename and directory in other branches
  1. 8.2 README.txt
  2. 8 README.txt
  3. 7 README.txt
The Drupal 6 branch of Jquery Colorpicker offers a form element than can be
included in any form in this way:

<?php
$form['element'] = array(
  '#type' => 'colorpicker',
  '#title' => t('Color'),
  '#default_value' => 'FFFFFF',
);
?>

This module includes CCK integration on his 2.x branch. A colorpicker field
can be added to any content type with the JQuery Colorpicker widget

==================
Installation guide
=================

  1.- Install the module as you would any other Drupal module
  2.- Go to www.eyecon.ro/colorpicker/ and download colorpicker.zip.
  3.- Extract the the zip file content to the module folder or to the
      colorpicker folder in your libraries folder.
  4.- If you have extracted the contents right, the following filepath should
      exist: [path to module or libraries folder]/colorpicker/js/colorpicker.js
  5.- Enjoy your colors!!

File

README.txt
View source
  1. The Drupal 6 branch of Jquery Colorpicker offers a form element than can be
  2. included in any form in this way:
  3. $form['element'] = array(
  4. '#type' => 'colorpicker',
  5. '#title' => t('Color'),
  6. '#default_value' => 'FFFFFF',
  7. );
  8. ?>
  9. This module includes CCK integration on his 2.x branch. A colorpicker field
  10. can be added to any content type with the JQuery Colorpicker widget
  11. ==================
  12. Installation guide
  13. =================
  14. 1.- Install the module as you would any other Drupal module
  15. 2.- Go to www.eyecon.ro/colorpicker/ and download colorpicker.zip.
  16. 3.- Extract the the zip file content to the module folder or to the
  17. colorpicker folder in your libraries folder.
  18. 4.- If you have extracted the contents right, the following filepath should
  19. exist: [path to module or libraries folder]/colorpicker/js/colorpicker.js
  20. 5.- Enjoy your colors!!