You are here

function jquery_colorpicker_elements in Jquery Colorpicker 6

Same name and namespace in other branches
  1. 6.2 jquery_colorpicker.module \jquery_colorpicker_elements()

File

./jquery_colorpicker.module, line 109

Code

function jquery_colorpicker_elements() {
  return array(
    'colorpicker' => array(
      '#input' => TRUE,
      '#process' => array(
        'jquery_colorpicker_process',
      ),
      '#element_validate' => array(
        'jquery_colorpicker_validate',
      ),
      '#jquery_colorpicker_background' => 'select.png',
    ),
  );
}