Versions Compared

Key

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

動的選択ボックスは、別のフィールドをモニターして、そのフィールドが変更されると自動的に自身を更新することができる、HTMLの<select>エレメントです。(つまり、ドロップダウンまたはリストを作成できます。)リストに使用する値は、作業リストの値や、ウェブレットのitemsプロパティ経由で定義された静的な値も利用できます。The Dynamic Select Box is an HTML <select> element (which means it can create a dropdown or a list) that is able to monitor another field and automatically refresh itself when that field changes. The values used to build the list can be from a working list or a static set of values defined via the item property of the weblet.