1.61 (checked in on 2008/04/23 at 18:02:29 by dww)
| Name | Description |
|---|---|
| optionwidgets_buttons_process | Process an individual element. |
| optionwidgets_data2form | Helper function to transpose the values as stored in the database to the format the widget needs. Can be called anywhere this transformation is needed. |
| optionwidgets_elements | Implementation of FAPI hook_elements(). |
| optionwidgets_form2data | Helper function to transpose the values returned by submitting the widget to the format to be stored in the field. Can be called anywhere this transformation is needed. |
| optionwidgets_form_alter | @file Defines selection, check box and radio button widgets for text and numeric fields. |
| optionwidgets_onoff_process | Process an individual element. |
| optionwidgets_options | Helper function for finding the allowed values list for a field. |
| optionwidgets_select_process | Process an individual element. |
| optionwidgets_theme | Implementation of hook_theme(). |
| optionwidgets_validate | FAPI function to validate optionwidgets element. |
| optionwidgets_widget | Implementation of hook_widget(). |
| optionwidgets_widget_info | Implementation of hook_widget_info(). |
| theme_optionwidgets_buttons | |
| theme_optionwidgets_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. |
| theme_optionwidgets_onoff | |
| theme_optionwidgets_select | FAPI themes for optionwidgets. |