Page History
The integer weblet provides a text input box control specifically configured to display and receive integer values and includes validation logic to ensure that values entered are within the allowable range for the specified integer size. The weblet looks like this (for clarity, the label for the input box is shown but is not part of the weblet):
整数ウェブレットは、整数値の表示・受信用に特別に構成されたテキスト入力ボックス・コントロールを提供し、入力値が指定の整数サイズに対して許容範囲にあるかを検証するロジックも含まれます。このウェブレットはこのようになります。(わかりやすいように入力ボックスのラベルが表示されていますが、ウェブレットの一部ではありません。)
整数ウェブレットは整数フィールドのデフォルト値のビジュアライゼーションです。<input type=”text”> HTMLエレメントと概ね同じです。The integer weblet is the default visualization for integer fields. It broadly corresponds to the <input type="text"> HTML element.