Versions Compared

Key

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

ウェブレットが行う入力コントロールのタイプを指定します。このウェブレットは、<input type=text>もしくは<input type=password>もしくは <textarea>コントロールを行うように設計されています。他のタイプもありますが、このウェブレットではサポートされていません。

デフォルト値

‘text’

有効値

プロパティ・シートのこのプロパティの横にあるドロップダウン・ボタンをクリックし、以下の値から1つを選択します。

 ‘text’

テキスト入力コントロールを作成します。

‘memo’

ワードラップ付きの複数行テキスト入力コントロールを作成します。

‘password’

出力もしくは入力された文字が表示されずに、代わりにアスタリスクか他のプレースホルダー文字が表示されるテキスト入力コントロールを作成します。

Specifies the type of input control the weblet implements. This weblet is designed to implement an <input type=text> or an <input type=password> control or a <textarea> control. Other types are possible but are not supported for this weblet.

Default value

'text'

Valid values

Click the dropdown button next to this property in the property sheet to select one of the following values:

'text'

Creates a text entry control.

'memo'

Creates a multiline text entry control with word-wrapping.

'password'

Creates a text entry control in which characters output or typed are not visible – instead an asterisk or other placeholder character is shown.