diff options
Diffstat (limited to 'files/zh-cn/mozilla/tech/xul/attribute/tabindex/index.html')
| -rw-r--r-- | files/zh-cn/mozilla/tech/xul/attribute/tabindex/index.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/files/zh-cn/mozilla/tech/xul/attribute/tabindex/index.html b/files/zh-cn/mozilla/tech/xul/attribute/tabindex/index.html new file mode 100644 index 0000000000..c5e54fdd1c --- /dev/null +++ b/files/zh-cn/mozilla/tech/xul/attribute/tabindex/index.html @@ -0,0 +1,18 @@ +--- +title: tabindex +slug: Mozilla/Tech/XUL/Attribute/tabindex +tags: + - XUL Attributes +translation_of: Archive/Mozilla/XUL/Attribute/tabindex +--- +<div class="noinclude"><span class="breadcrumbs xulRefAttr_breadcrumbs">« <a href="/zh-CN/docs/XUL_Reference">XUL Reference home</a></span></div> + +<dl> + <dt><code id="a-tabindex"><a href="https://developer.mozilla.org/zh-CN/docs/Mozilla/Tech/XUL/Attribute/tabindex">tabindex</a></code></dt> + <dd>Type:<em>integer</em></dd> + <dd>当用户按下 "<kbd>tab</kbd>" 键时焦点移动到元素上的顺序。<code>tabindex</code> 数字越大,顺序越靠后。</dd> +</dl> + +<div class="noinclude"> </div> + +<p></p> |
