You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

A Boolean property. An expression which, if evaluated to be True, will hide the weblet.
Default value
false() (that is, the weblet will always be shown)
Valid values
true(), false() or any valid expression, involving field names, literals, XSL variables or JavaScript variables, which can be resolved to true() or false().

  • No labels