You are here

Functions in Fieldset helper 6

Primary tabs

Namesort descending Location Description Direct uses Strings
fieldset_helper_add_js ./fieldset_helper.module Adds 'fieldset_helper.js' and related settings to a page only once. 2
fieldset_helper_admin_settings ./fieldset_helper.admin.inc Administration page for the 'Fieldset helper' module. 1
fieldset_helper_admin_settings_validate ./fieldset_helper.admin.inc Implementation of FORM_ID_validate().
fieldset_helper_alter_theme_fieldset ./fieldset_helper.module Theme related function that is used by the phptemplate_fieldset() function (in fieldset_helper.theme.inc) to alter the fieldset so that its collapsible state can be saved. 3
fieldset_helper_alter_theme_system_modules ./fieldset_helper.module Theme related function used by the included phptemplate_theme_system() to prepend 'Expand all | Collapse all' to the system modules page. 1
fieldset_helper_clear_auto_excluded_submit ./fieldset_helper.admin.inc Clear the list of form id excluded by the fieldset_helper_form_alter() function. 1
fieldset_helper_clear_fieldset_id_lookup_submit ./fieldset_helper.admin.inc Clear the fieldset helper state manager table 1
fieldset_helper_form_alter ./fieldset_helper.module Implementation of hook_form_alter().
fieldset_helper_install ./fieldset_helper.install Implementation of hook_install().
fieldset_helper_menu ./fieldset_helper.module Implementation of hook_menu().
fieldset_helper_perm ./fieldset_helper.module Implementation of hook_perm().
fieldset_helper_schema ./fieldset_helper.install Implementation of hook_schema().
fieldset_helper_state_manager_clear_lookup_ids ./fieldset_helper.module Clear all the store lookup id for every form. 1
fieldset_helper_state_manager_get_cookie_states ./fieldset_helper.module Get an associated array for lookup id and the element's state (1 or 0) from $_COOKIE['fieldset_helper_state_manager']. 2
fieldset_helper_state_manager_get_lookup_id ./fieldset_helper.module Get the lookup id for the $element_id in the current path. 2
fieldset_helper_state_manager_get_state ./fieldset_helper.module Get fieldset's collapsed state. 1
fieldset_helper_test ./fieldset_helper.admin.inc Test page for the 'Fieldset helper' module. 2
fieldset_helper_test_form ./fieldset_helper.admin.inc Test form for the 'Fieldset helper' module. 4
fieldset_helper_theme ./fieldset_helper.module Implementation of hook_theme().
fieldset_helper_uninstall ./fieldset_helper.install Implementation of hook_uninstall().
phptemplate_fieldgroup_fieldset ./fieldset_helper.theme.inc Overide CCK's theme_fieldgroup_fieldset using phptemplate. 1
phptemplate_fieldset ./fieldset_helper.theme.inc Overide theme_fieldset using phptemplate. 1
phptemplate_system_modules ./fieldset_helper.theme.inc Overide theme_system_modules using phptemplate. 1
theme_fieldset_helper_toggle_all ./fieldset_helper.module Theme 'Expand all | Collapse all' links that toggle a page or selected fieldsets state.
_fieldset_helper_format_id ./fieldset_helper.module Formats any string as a valid fieldset id. 2
_fieldset_helper_set_collapsible_fieldset_ids ./fieldset_helper.module Set a collapsible fieldset's id based on the associated array keys. 2

Other projects