{scrollbar:icons=false}

Hiding information on a long page, so readers can view it only as needed

The Cloak macro may be used in conjunction with the Toggle-cloak macro to show and hide blocks of content. In this example, the Toc macro in the first panel is cloaked. In the second contents panel, the contents are not cloaked. It is not possible to cloak a panel. The markup for the cloaked contents is shown in the last section on this page.

cloak.toggle.type = text
cloak.toggle.open=[show]
cloak.toggle.close=[hide]

First heading

Some text.

First subheading

Some text.

Second subheading

Some text.

Second and last heading

The markup for the cloaked contents follows.

{composition-setup}
cloak.toggle.type = text
cloak.toggle.open=[show]
cloak.toggle.close=[hide]
{composition-setup}
{panel:title=Contents}
{toggle-cloak:id=TOC}
{cloak:id=TOC}
{toc:maxLevel=4|minLevel=1}
{cloak}
{scrollbar:icons=false}