cck_select_other_elements |
./cck_select_other.module |
Implementation of hook_elements |
|
|
cck_select_other_options |
./cck_select_other.module |
Helper function for finding the options list for this field. |
7 |
|
cck_select_other_post_render |
./cck_select_other.module |
Post-render callback to add javascript functionality |
|
1 |
cck_select_other_pre_render |
./cck_select_other.module |
Pre render callback for the form so we can recreate the fake form after it gets
blown away by the CCK process callback. |
|
1 |
cck_select_other_process |
./cck_select_other.module |
Process an individual element. |
|
1 |
cck_select_other_update_6001 |
./cck_select_other.install |
@file
Implementation of hook_update_N().
This will update all cck_select_other widget fields to include
a select_list_options_php option. Without this each field will
return an undefined warning or error until updated by an admin. |
|
|
cck_select_other_views_api |
./cck_select_other.module |
Implementation of hook_views_api(). |
|
|
cck_select_other_views_data_alter |
views/cck_select_other.views.inc |
Implementation of hook_views_data_alter(). |
|
|
cck_select_other_views_handlers |
views/cck_select_other.views.inc |
Implementation of hook_views_handlers(). |
|
|
cck_select_other_widget |
./cck_select_other.module |
Implementation of hook_widget(). |
|
|
cck_select_other_widget_info |
./cck_select_other.module |
Implementation of hook_widget_info(). |
|
|
cck_select_other_widget_settings |
./cck_select_other.module |
Implementation of hook_widget_settings |
|
|
hook_cck_select_other_info_alter |
./cck_select_other.api.php |
Alter CCK Select Other widget details |
|
|
hook_cck_select_other_options |
./cck_select_other.api.php |
Add additional options to the CCK Select Other widget. |
|
|
hook_cck_select_other_process |
./cck_select_other.api.php |
Do additional processing or modify the value to be saved. |
|
|