NIH | National Cancer Institute | NCI Wiki  

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Scrollbar
iconsfalse

Page info
title
title

The hidden-data macro hides the content that is in the macro when the page is being viewed, while allowing the content to be modified in the Edit view. This page shows the general form and provides an example.

More information

The general form is:

Code Block
{hidden-data:whenEmpty=Name|whenNoRows=Name|whenHasRows=Name}
Hidden content.
{hidden-data}
Code Block
{hidden-data:whenEmpty=HiddenTextTest}
This whole section is hidden if the text below is blank.
{text-data:HiddenTextTest}{text-data}
{hidden-data}

The output is hidden because the text box is not completed in Edit view.

Hidden Data
whenEmptyHiddenTextTest

This whole section is hidden if the text below is blank.

Text Data
HiddenTextTest
HiddenTextTest

Scrollbar
iconsfalse