This page (revision-1) was last changed on 29-Nov-2024 16:16 by UnknownAuthor

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 1 added 57 lines
!! Collapsible Box
%%tabbedSection
%%tab-Introduction
This %%category [JSPWikiStyle]/% is an extension of [Collapsible Lists|Collapsible List].
''__It provides collapsible boxes:__'' when closed only the title of the box is visible; when opened the complete box becomes visible. A open/close icon (+) will be shown at the right edge of the box, indicating the status of the box.
E.g. [Table of contents|TableOfContentsPlugin] plugin renders the toc by default inside a collapsible box.
-- [DF|DirkFrederickx], Nov 05, Jul 06, added to JSPWiki since v2.5.80.
Reality check:
%%collapsebox
! Title of the box
Here is the body of the box.
Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
In tempus ante nec ipsum. In ut felis id leo aliquet euismod. augue lorem, posuere eu,
tincidunt non, bibendum quis, nisl. Integer erat erat, posuere vel, convallis feugiat,
accumsan ac, sem.
* item 1
%%collapsebox
! Title of the inner box
INNER BOX CONTENT.
Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
In tempus ante nec ipsum. In ut felis id leo aliquet euismod. augue lorem, posuere eu,
tincidunt non, bibendum quis, nisl. Integer erat erat, posuere vel, convallis feugiat,
accumsan ac, sem.
/%
* item 2
/%
/%
%%tab-Usage
The first {{!}}, {{!!}} or {{!!!}} becomes the title of the collapsebox.
Use the style {{%~%collapsebox-closed}} to close the box by default.
{{{
%%collapsebox
! Title of the box
Here is the body of the box
* item 1
* item 2
/%
}}}
%%collapsebox-closed
! Title of a closed box
Here is the body of the box
* item 1
* item 2
/%
/%
/%