Versions Compared

Key

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

The input box weblet provides a text input box control. It broadly corresponds to the <input type="text"> HTML element. The weblet looks like this (for clarity, the label for the input box is shown but is not part of the weblet):

Image Removed

入力ボックス・ウェブレットは、テキスト入力ボックス・コントロールを提供します。<input type=”text”> HTMLエレメントと概ね同じです。このウェブレットはこのようになります。(わかりやすいように入力ボックスのラベルが表示されていますが、ウェブレットの一部ではありません。)

Image Added

入力ボックスは数値データと文字データ両方の表示・入力の受信に使用されます。汎用性の高いウェブレットで、多くの特化されたウェブレットがこれを基本にしています。また特化されたウェブレットの方が、使用目的により適している場合が多いです。その例として、std_charstd_varcharstd_float及びstd_integerなどがあります。The input box is used to display and receive input for both numeric and character data. It is a generalized weblet upon which a number of other more specialized weblets are based. In many cases one of the specialized weblets may better suit your purpose. They include std_char, std_varchar, std_float and std_integer.