Page History
ブール値プロパティです。評価がTrueの時にウェブレットが非表示になる式です。
デフォルト値
A Boolean property. An expression which, if evaluated to be True, will hide the weblet.
...
false() (that is, the grid will always be shownグリッドは常に表示されます。)
...
有効値
true(), 、 false() or any valid expression, involving field names, literals, XSL variables or JavaScript variables, which can be resolved to true() or 、もしくは、フィールド名、リテラル、XSL変数やJavaScript変数を使用した、true() もしくは false().で答えが得られる有効な式
Example
This example will hide the grid if field #STD_FLAG is equal to 'X'. The expression should be entered, and is shown when the property has focus, as follows:
例
次の例はフィールド#STD_FLAGが‘X’と等しい場合にグリッドを非表示にします。式は入力されなくてはいけません。またプロパティにフォーカスがある時、以下のように表示されます。
プロパティがフォーカスを失うと、この式は以下のように表示されます。
When the property loses focus, the expression is shown as follows: