NIH | National Cancer Institute | NCI Wiki  

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
Wiki Markup
{scrollbar:icons=false}

h1. Hide Data with 
Scrollbar
iconsfalse

...

Hidden-data Macro

...



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

...

The general form is:

Code Block
 information|http://www.customware.net/repository/display/AtlassianPlugins/hidden-data]

The general form is:
{code}{hidden-data:whenEmpty=Name|whenNoRows=Name|whenHasRows=Name}
Hidden content.
{hidden-data}
Code Block
}{code}

{code}{hidden-data:whenEmpty=HiddenTextTest}
This whole section is hidden if the text below is blank.
{text-data:HiddenTextTest}{text-data}
{hidden-data}
{code}

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

...



{hidden-data

...

:whenEmpty

...

=HiddenTextTest

...

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

...


{text-data

...

:HiddenTextTest}{text-data}
{hidden-data}

{scrollbar:icons=false}