Versions Compared

Key

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

フォーム上のウェブレットのタブ順序を決定します。タブの順番は以下のようにtab_indexプロパティの値により決定されます。 

  1. 正数のtab_indexを持つオブジェクトがtab_index の昇順に(そして重複を避けるためにソース順に)選択されます。
  2. ゼロもしくはブランク(省略値)のtab_indexを持つオブジェクトは、ソース順に選択されます。
  3. 負数のtab_indexを持つオブジェクトは、タブの順序からは省かれます。

デフォルト値

ブランク

ウェブレットはソース順に選択されます。

有効値

ブランクもしくは有効な数値

Determines the tab order of the weblet on the form. The tab_index property value determines the tab order as follows:

  1. Objects with a positive tab_index are selected in increasing tab_index order (and in source order to resolve duplicates).
  2. Objects with a tab_index of zero or blank (the default) are selected in source order.
  3. Objects with a negative tab_index are omitted from the tabbing order.

Default value

Blank. The weblet is selected in source order.

Valid values

Blank or a valid numeric value.

...