README.txt 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. -----------------------------------------------------------------------------
  2. CURRENT FEATURES
  3. -----------------------------------------------------------------------------
  4. Formatter
  5. Plain text HEX code (#FFFFFF)
  6. Css Declaration (color/background-color)
  7. Widget
  8. Plain Text
  9. Pre-selected Color Boxes
  10. Simple Query Color
  11. (http://recursive-design.com/projects/jquery-simple-color/)
  12. -----------------------------------------------------------------------------
  13. ROAD MAP
  14. -----------------------------------------------------------------------------
  15. 1) Make this module a base that could be used by any color picker.
  16. 2) include http://www.eyecon.ro/colorpicker/
  17. 3) include http://www.dematte.at/colorPicker/
  18. 4) include http://acko.net/blog/farbtastic-jquery-color-picker-plug-in/
  19. -----------------------------------------------------------------------------
  20. REQUIREMENTS
  21. -----------------------------------------------------------------------------
  22. No specific requirement
  23. -----------------------------------------------------------------------------
  24. INSTALLATION
  25. -----------------------------------------------------------------------------
  26. To use this module, simply enable it.
  27. -----------------------------------------------------------------------------
  28. INSTALLATION - jQuery simple color
  29. -----------------------------------------------------------------------------
  30. If you want to use the jquery simple color plugin you need to download it and
  31. place it in your libraries folder (this will usually be "sites/all/libraries/").
  32. You can download the plugin by using the following links or by Drush.
  33. http://recursive-design.com/projects/jquery-simple-color/
  34. https://github.com/recurser/jquery-simple-color
  35. -----------------------------------------------------------------------------
  36. USAGE
  37. -----------------------------------------------------------------------------
  38. Field
  39. 1. Add the field to an node/entity
  40. 2. Select the 'Color Field' field type
  41. 3. Select the 'Color' widget you want
  42. -----------------------------------------------------------------------------
  43. CREDIT
  44. -----------------------------------------------------------------------------
  45. Maintainer and developer: targoo
  46. Development sponsored by Marique Calcus and written by Calcus David.
  47. For professional support and development services contact targoo@gmail.com.
  48. -----------------------------------------------------------------------------
  49. More info
  50. -----------------------------------------------------------------------------
  51. http://www.w3.org/TR/css3-color/#color
  52. https://github.com/mikeemoo/ColorJizz-PHP
  53. http://www.colorhexa.com/ff0000
  54. https://github.com/PrimalPHP/Color/blob/master/lib/Primal/Color/Parser.php
  55. https://github.com/matthewbaggett/php-color/blob/master/Color.php