/[drupal]/contributions/modules/collapse_text/README.txt
ViewVC logotype

Contents of /contributions/modules/collapse_text/README.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.3 - (show annotations) (download)
Mon Dec 15 17:04:49 2008 UTC (11 months, 1 week ago) by pukku
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +5 -2 lines
File MIME type: text/plain
merging changes from Drupal 6 branch
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.

  ViewVC Help
Powered by ViewVC 1.1.2