Page History
評価がTrueの時にウェブレットが非表示になる式です。
デフォルト値
false() (ウェブレットは常に表示されます)
有効値
ブール値を返す有効なXPath式
例
次の例はフィールドSTD_FLAGが 'X'と等しい場合にウェブレットを非表示にします。式は入力されなくてはいけません。またプロパティにフォーカスがある時、以下のように表示されます。
プロパティがフォーカスを失うと、この式は以下のように表示されます。
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
Any valid XPath expression that returns a Boolean value.
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:
...