You are here

Functions in Collapse Text 6.2

Primary tabs

Namesort descending Location Description Direct uses Strings
collapse_text_filter ./collapse_text.module Implementation of hook_filter().
collapse_text_filter_tips ./collapse_text.module Implementation of hook_filter_tips().
collapse_text_prepare ./collapse_text.module Implementation of hook_filter($op='prepare'). 1
collapse_text_preprocess_page ./collapse_text.module add the collapse.js file backport of #1664952 by mstrelan; we were trying to hard to be intelligent let's just be stupid.
collapse_text_process ./collapse_text.module Implementation of hook_filter($op='process'). 1
collapse_text_settings ./collapse_text.module Implementation of hook_filter($op='settings'). 1
collapse_text_theme ./collapse_text.module Implementation of hook_theme().
theme_collapse_text_fieldset ./collapse_text.module Theme a section of collapsible text. By default, this function calls the default 'theme_fieldset' implementation, but this function can be overridden to implement a custom theme just for collapsed text.
theme_collapse_text_form ./collapse_text.module Theme the outer form. This is required for the fieldset(s) to validate.
_collapse_text_check_options ./collapse_text.module see if there is an options tag available. if so, remove it from the text and set the options. 1
_collapse_text_filter_prepare_regex_callback ./collapse_text.module callback function for the prepare replacement. attempt to clean up poorly formatted tags 1
_collapse_text_find_levels ./collapse_text.module using the locations of the tags, determine what the nesting structure is. 1
_collapse_text_find_tags ./collapse_text.module find all of the [collapse...] tags and return an array of their locations 1
_collapse_text_html_to_xml_entities ./collapse_text.module convert html entities to xml entities See issue #1109792 by eronte 2
_collapse_text_id_safe ./collapse_text.module Converts a string to a suitable html ID attribute. Copied from zen_id_safe() in the Zen theme. 1
_collapse_text_process_child_item ./collapse_text.module process a child item. 1
_collapse_text_process_recurse_levels ./collapse_text.module translate the flat levels array into a tree. 1
_collapse_text_process_recurse_tree ./collapse_text.module Take a nested tree and turn it into a string. 2
_collapse_text_process_text_item ./collapse_text.module process a text item. 1

Other projects