diff options
Diffstat (limited to 'files/zh-cn/mozilla/tech/xul/attribute/acceltext/index.html')
-rw-r--r-- | files/zh-cn/mozilla/tech/xul/attribute/acceltext/index.html | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/files/zh-cn/mozilla/tech/xul/attribute/acceltext/index.html b/files/zh-cn/mozilla/tech/xul/attribute/acceltext/index.html new file mode 100644 index 0000000000..77bc1dccbe --- /dev/null +++ b/files/zh-cn/mozilla/tech/xul/attribute/acceltext/index.html @@ -0,0 +1,23 @@ +--- +title: acceltext +slug: Mozilla/Tech/XUL/Attribute/acceltext +tags: + - XUL Attributes +translation_of: Archive/Mozilla/XUL/Attribute/acceltext +--- +<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-acceltext"><a href="https://developer.mozilla.org/zh-CN/docs/Mozilla/Tech/XUL/Attribute/acceltext">acceltext</a></code></dt> + <dd> + Type: + <i> + string</i> + </dd> + <dd> + Text that appears beside beside the <code><a href="/zh-CN/docs/Mozilla/Tech/XUL/menu" title="menu">menu</a></code> label to indicate the shortcut key (accelerator key) to use to invoke the command. If this value is set, it overrides an assigned key set in the key attribute. This attribute does not apply to menus directly on the menubar.</dd> +</dl> +<div class="noinclude"> + </div> +<p></p> |