Versions Compared

Key

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

ウェブレットのコンテンツを読取専用(ユーザーはコンテンツの変更ができません)にするかどうかを決定するブール値

デフォルト値

ブランク - Falseと同じです。 (ユーザーはコンテンツを変更できます。)

有効値

A boolean property, the result of which determines whether the content of the weblet is read-only (that is, the user cannot modify the content).

Default value

Blank – equivalent to False (that is, the user can modify the contents).

...

true()

...

、false()

...

Example

This example will set the weblet to read-only if field #STD_FLAG is equal to 'Y'. The expression should be entered in this form:

Image Removed

...

もしくは有効な式

次の例はフィールド#STD_FLAGが 'Y'と等しい場合にウェブレットを読取専用に設定します。この式は以下のような形式で入力してください。

Image Added

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

Image Modified