You are here

function theme_optionwidgets_buttons in Content Construction Kit (CCK) 6.2

Same name and namespace in other branches
  1. 6.3 modules/optionwidgets/optionwidgets.module \theme_optionwidgets_buttons()
  2. 6 modules/optionwidgets/optionwidgets.module \theme_optionwidgets_buttons()

File

modules/optionwidgets/optionwidgets.module, line 453
Defines selection, check box and radio button widgets for text and numeric fields.

Code

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