Versions Compared

Key

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

Trueと評価された時、ウェブレットを非表示にする式です。

デフォルト値

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

...

False() (

...

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().

Example

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

Image Removed

...

バナーは常に表示されます)

有効値

true()、 false() 、もしくは、フィールド名、リテラル、XSL変数やJavaScript変数を使用した、true() もしくは false()で答えが得られる有効な式 

次の例はフィールド#STD_FLAG 'X'と等しい場合にバナーを非表示にします。式は必須です。またプロパティにフォーカスがある場合、以下のように表示されます。

Image Added

プロパティがフォーカスを失うと、この式は以下のように表示されます。

Image Modified