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

Compare with Current View Page History

Version 1 Current »

An expression which, if evaluated to be True, will hide the weblet.

Default value

false() – the weblet will always be shown

Valid values

True(), False() or any valid expression that returns True or False.

Example

This example will hide the weblet if field #STD_FLAG is equal to 'X'. The expression should be entered, and is shown when the property has focus, as follows:


When the property loses focus, the expression is shown as follows:


  • No labels