You are here

function theme_jquery_colorpicker_cck in Jquery Colorpicker 6.2

FAPI theme for an individual colorpicker_cck element.

File

jquery_colorpicker_cck/jquery_colorpicker_cck.module, line 169
This file holds the main Drupal hook functions and private functions for the jquery_colorpicker_cck module.

Code

function theme_jquery_colorpicker_cck($element) {
  return $element['#children'];
}