Version 1.1.2.5 (checked in on 2009/04/23 at 20:43:32 by jrockowitz)
Saves the collapsed state of a Drupal collapsible fieldset.
Besided saving the state of collapsible fieldsets this module improves the usability of the main module page (admin/build/modules) by adding expand and collapse all links to top of the page.
Notes:
Related discussions
| Name | Description |
|---|---|
| fieldset_helper_alter_theme_fieldset | Theme related function that is used by the phptemplate_fieldset() function (in fieldset_helper.theme.inc) used to alter the fieldset so that its collapsible state can be saved. |
| fieldset_helper_alter_theme_system_modules | Theme related function used by the included phptemplate_theme_system() to prepend 'Expand all | Collapse all' to the system modules page. |
| fieldset_helper_form_alter | Implementation of hook_form_alter(). |
| fieldset_helper_menu | Implementation of hook_menu(). |
| fieldset_helper_perm | Implementation of hook_perm(). |
| fieldset_helper_state_manager_clear_lookup_ids | Clear all the store lookup id for every form. |
| fieldset_helper_state_manager_get_cookie_states | Get an associated array for lookup id and the element's state (1 or 0) from $_COOKIE['fieldset_helper_state_manager']. |
| fieldset_helper_state_manager_get_lookup_id | Get the lookup id for the $element_id in the current path. |
| fieldset_helper_state_manager_get_state | Get fieldset's collapsed state. |
| fieldset_helper_theme | Implementation of hook_theme(). |
| theme_fieldset_helper_toggle_all | Theme 'Expand all | Collapse all' links that toggle a page or selected fieldsets state. |
| _fieldset_helper_add_js | Adds 'fieldset_helper.js' and related settings to a page only once. |
| _fieldset_helper_format_id | Formats any string as fieldset id prepended with 'fieldset-'. |
| _fieldset_helper_set_collapsible_fieldset_ids | Set collapsible fieldsets id based on the associated array keys. |