You are here

constant CHOSEN_WIDGET in Chosen 6

Same name and namespace in other branches
  1. 7 chosen.module \CHOSEN_WIDGET

Widget that Chosen can be applied to

2 uses of CHOSEN_WIDGET
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_alter().

File

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

Code

define('CHOSEN_WIDGET', 'options_select');