Page History
ブール値プロパティです。
trueと評価された時に、JavaScriptエラーを抑制する式
デフォルト値
A Boolean property. An expression which if evaluated to be True will suppress any JavaScript errors.
...
true() (
...
JavaScriptエラーが抑制されます)
有効値
true()
...
、 false()
...
、もしくは、フィールド名、リテラル、XSL変数やJavaScript変数を使用した、true() もしくは false()
...
で答えが得られる有効な式
Example
This example will suppress any JavaScript errors if the field #TRAP_ERRS is equal to 'Y'. The expression should be entered, and is shown when the property has focus, as follows:
...
例
この例では、フィールド#TRAP_ERRSが'Y'の場合、JavaScriptエラーを抑制します。式は必須です。またプロパティにフォーカスがある場合、以下のように表示されます。
プロパティがフォーカスを失うと、この式は以下のように表示されます。