Version 1.25 (checked in on 2010/02/11 at 15:42:14 by webchick)
Defines selection, check box and radio button widgets for text and numeric fields.
| Name | Description |
|---|---|
| options_array_flatten | Flattens an array of allowed values. |
| options_array_transpose | Manipulates a 2D array to reverse rows and columns. |
| options_field_widget_error | Implements hook_field_widget_error(). |
| options_field_widget_form | Implements hook_field_widget_form(). |
| options_field_widget_info | Implements hook_field_widget_info(). |
| options_field_widget_validate | Form element validation handler for options element. |
| options_help | Implements hook_help(). |
| options_theme | Implements hook_theme(). |
| theme_options_none | Theme the label for the empty value for options that are not required. The default theme will display N/A for a radio list and blank for a select. |
| _options_form_to_storage | Transforms submitted form values into field storage format. |
| _options_get_options | Collects the options for a field. |
| _options_prepare_options | Sanitizes the options. |
| _options_properties | Describes the preparation steps required by each widget. |
| _options_storage_to_form | Transforms stored field values into the format the widgets need. |