Versions Compared

Key

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

...

  • hide - Optional. Can be specified as the default parameter. The default value is true. The content is hidden unless hide=false or other conditioning parameter indicate otherwise.
  • render - Optional. The macro body is rendered when conditions determine content should be hidden or render=true or renderIf conditions are met.
  • showIf - Optional. A comma-separated list of regex:value pairs. Content will be shown if any of the pairs has a value that matches their corresponding regex condition. This overrides the hide parameter if specified.
  • hideIf - Optional. A comma-separated list of regex:value pairs. Content will be hidden if any of the pairs has a value that matches their corresponding regex condition. This overrides the hide and showIf parameters when specified.
  • renderIf - Optional. A comma-separated list of regex:value pairs. Content will be rendered if any of the pairs has a value that matches their corresponding regex condition. This overrides the render parameter when specified. Note that content is rendered when it is not hidden no matter the setting of the render and renderIf parameters. Since 4.0.
  • showCondition - Optional. If selected, the macro uses an AND operation on the corresponding list of comma separated regex conditions provided in showIf parameter; if not, an OR operation is performed. 
  • hideCondition Optional. If selected, the macro uses an AND operation on the corresponding list of comma separated regex conditions provided in hideIf parameter; if not, an OR operation is performed. 
  • renderCondition - Optional. If selected, the macro uses an AND operation on the corresponding list of comma separated regex conditions provided in renderIf parameter; if not, an OR operation is performed. 

...

The Visibility add-on has hide-if and show-if macros for more options on whether content should be shown or not.

Image Removed