A collapsable section starts with an ! and at least one star followed by a space and title for the section. The following lines will contain the content of the section. The section ends by a line with at least one star and an !.
Collapsible Sections that Start Opened
!******** Section Title This is the content of the section. The section may be as long as needed. To end a collapsable section, use at least one * followed by an !. **************!
When rendered looks like: (Click the arrow! It's fun!)
Section Title
This is the content of the section.
The section may be as long as needed.
To end a collapsable section,
use at least one * followed by an !.
The section may be as long as needed.
To end a collapsable section,
use at least one * followed by an !.
You'll notice that the section is expanded by default.
Collapsible Sections that Start Closed
You may designate a section to be closed by default by following the stars on the first line with a right arrow (>).!*****> Collapsed Section section body **********!
When rendered:
Collapsible Sections that Are Completely Hidden
Additionally, a section may be hidden completely using the "less than" (<) character after the asterisks:!*****< This is HIDDEN, but is ACTIVE
!define VarIsStillDEFINED {23}
******!
This feature requires the following addition to the fitnesse_base.css file if upgrading the .jar files:
.invisible
{
line-height: 0px;
visibility:hidden;
}
The actual section is after this line...really! We'll check it with a variable expansion:
$VarIsStillDEFINED = 23