You are here

constant CHOSEN_WIDGETS in Chosen 7.3

Widget that Chosen can be applied to

2 uses of CHOSEN_WIDGETS
chosen_field_widget_form_alter in ./chosen.module
Implements hook_field_widget_form_alter().
chosen_form_field_ui_field_edit_form_alter in ./chosen.module
Implements hook_form_FORM_ID_alter().

File

./chosen.module, line 18
General functions and hook implementations.

Code

define('CHOSEN_WIDGETS', serialize(array(
  'options_select',
  'date_select',
)));