diff options
Diffstat (limited to 'files/zh-cn/mozilla/tech/xul/attribute/menuitem.name/index.html')
-rw-r--r-- | files/zh-cn/mozilla/tech/xul/attribute/menuitem.name/index.html | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/files/zh-cn/mozilla/tech/xul/attribute/menuitem.name/index.html b/files/zh-cn/mozilla/tech/xul/attribute/menuitem.name/index.html deleted file mode 100644 index a485138846..0000000000 --- a/files/zh-cn/mozilla/tech/xul/attribute/menuitem.name/index.html +++ /dev/null @@ -1,38 +0,0 @@ ---- -title: menuitem.name -slug: Mozilla/Tech/XUL/Attribute/menuitem.name -tags: - - XUL Attributes -translation_of: Archive/Mozilla/XUL/Attribute/menuitem.name ---- -<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-menuitem.name"><a href="https://developer.mozilla.org/zh-CN/docs/Mozilla/Tech/XUL/Attribute/menuitem.name">name</a></code></dt> - <dd> - Type: - <i> - string name</i> - </dd> - <dd> - Radio <code><a href="/zh-CN/docs/Mozilla/Tech/XUL/menuitem" title="menuitem">menuitem</a></code>s with the same name as put into a group. Only one <code><a href="/zh-CN/docs/Mozilla/Tech/XUL/menuitem" title="menuitem">menuitem</a></code> in each radio group can be checked at a time.</dd> -</dl> -<div class="noinclude"> - <h3 id="Example" name="Example">Example</h3> - <pre><toolbox> - <menubar id="planets-menubar"> - <menu id="planet-menu" label="Planet"> - <menupopup> - <menuitem id="jupiter" label="Jupiter" type="radio" name="planet"/> - <menuitem id="saturn" label="Saturn" type="radio" name="planet" checked="true"/> - <menuitem id="uranus" label="Uranus" type="radio" name="planet"/> - </menupopup> - </menu> - </menubar> -</toolbox> -</pre> - <h3 id="See_also" name="See_also">See also</h3> - <p><a href="cn/XUL/Attribute/name">name</a> and <a href="cn/XUL_Tutorial/More_Menu_Features#Adding_Checkmarks_to_Menus">menus in the XUL Tutorial</a></p> -</div> -<p></p> |