collapse_text.info |
collapse_text.info |
|
name = Collapse Text
description = "Input filter allowing text sections to become collapsible."
package = "Input filters"
dependencies[] = filter
configure = admin/config/content/formats
core = 7.x
php = 5.2
files[] =… |
collapse_text.module |
collapse_text.module |
|
collapse_text is an input filter that allows text to be collapsible |
collapse_text.test |
collapse_text.test |
|
Tests for the Collapse Text module |
README.txt |
README.txt |
|
collapse_text.module is an input filter to allow sections of text to be
made into collapsible sections (like on editing forms).
Surround a section of text with `[collapse]` and `[/collapse]` to make
that section collapsible. You may nest `[collapse]`… |