| 1 |
$Id: README.txt,v 1.2.2.1 2008/12/15 16:31:59 pukku Exp $
|
| 2 |
|
| 3 |
collapse_text.module is an input filter to allow text to be
|
| 4 |
made into collapsible sections (like on editing forms).
|
| 5 |
|
| 6 |
Surround text with `[collapse]` and `[/collapse]` to make that
|
| 7 |
text be a collapsible section. You may open with `[collapse collapsed]`
|
| 8 |
instead to make it default closed.
|
| 9 |
|
| 10 |
The "legend" for the created fieldset may be set by putting a
|
| 11 |
title into the [collapse] tag as [collapse title=my title]. If you
|
| 12 |
wish to combine the options, you should do [collapse collapsed title=...].
|
| 13 |
If no title is specified, the title will be taken from the first
|
| 14 |
HTML header tag (<h1>, <h2>, <h3>, ...) found. If there is no such
|
| 15 |
tag found, the title will default to an explanatory text title.
|