You are here

README.txt in Collapse Text 5

Same filename and directory in other branches
  1. 6.2 README.txt
  2. 6 README.txt
  3. 7.2 README.txt
collapse_text.module is an input filter to allow text to be
made into collapsible sections (like on editing forms).

Surround text with `[collapse]` and `[/collapse]` to make that
text be a collapsible section. You may open with `[collapse collapsed]`
instead to make it default closed.

The "legend" for the created fieldset may be set by putting a
title into the [collapse] tag as [collapse title=my title]. If you
wish to combine the options, you should do [collapse collapsed title=...].
If no title is specified, the title will be taken from the first
HTML header tag (<h1>, <h2>, <h3>, ...) found. If there is no such
tag found, the title will default to an explanatory text title.

File

README.txt
View source
  1. collapse_text.module is an input filter to allow text to be
  2. made into collapsible sections (like on editing forms).
  3. Surround text with `[collapse]` and `[/collapse]` to make that
  4. text be a collapsible section. You may open with `[collapse collapsed]`
  5. instead to make it default closed.
  6. The "legend" for the created fieldset may be set by putting a
  7. title into the [collapse] tag as [collapse title=my title]. If you
  8. wish to combine the options, you should do [collapse collapsed title=...].
  9. If no title is specified, the title will be taken from the first
  10. HTML header tag (

    ,

    ,

    , ...) found. If there is no such

  11. tag found, the title will default to an explanatory text title.