You are here

constant TABLEOFCONTENTS_ALLOWED_TAGS in Table of Contents 7.2

Same name and namespace in other branches
  1. 6.3 tableofcontents.module \TABLEOFCONTENTS_ALLOWED_TAGS
  2. 7 tableofcontents.module \TABLEOFCONTENTS_ALLOWED_TAGS
1 use of TABLEOFCONTENTS_ALLOWED_TAGS
_tableofcontents_filter_settings in ./tableofcontents.admin.inc
Return the form used for the filter settings.

File

./tableofcontents.module, line 26
This is a filter module to generate a collapsible jquery enabled mediawiki style table of contents based on <h[1-6]> tags. Transforms header tags into named anchors.

Code

define('TABLEOFCONTENTS_ALLOWED_TAGS', '<em> <i> <strong> <b> <u> <del> <ins> <sub> <sup> <cite> <strike> <s> <tt> <span> <font> <abbr> <acronym> <dfn> <q> <bdo> <big> <small>');