文章标签:XUL Reference
找到 20 篇文档
- Mozilla/Tech/XUL/Attribute/allowevents
- Mozilla/Tech/XUL/Attribute/class
- Mozilla/Tech/XUL/Attribute/coalesceduplicatearcs
- Mozilla/Tech/XUL/Attribute/control
- Mozilla/Tech/XUL/Attribute/flex
- Mozilla/Tech/XUL/Attribute/label
- Mozilla/Tech/XUL/button 按钮就是可以点击的东西。事件处理程序可以用来捕获鼠标、键盘和其他事件。它通常呈现为一个灰色开始长方形。您可以指定按钮的 label 属性来将按钮的文字设置好,或者直接写在标签中间也行。
- Mozilla/Tech/XUL/command Commands are identified by their id . If you include the script ...
- Mozilla/Tech/XUL/key The key element defines a keyboard shortcut. Event handlers can be used to respond when the ...
- Mozilla/Tech/XUL/label This element is used to provide a label for a control element. If the user clicks the label, it ...
- Mozilla/Tech/XUL/menu An element, much like a button , that is placed on a menubar . When the user clicks the menu ...
- Mozilla/Tech/XUL/menubar A container that usually contains menu elements. On the Macintosh, the menubar is displayed ...
- Mozilla/Tech/XUL/menuitem A single choice in a menupopup element. It acts much like a button but it is rendered on a menu .
- Mozilla/Tech/XUL/menulist An element that can be used for drop-down choice lists. The user may select one of the elements ...
- Mozilla/Tech/XUL/menupopup A container used to display the contents of a popup menu. When a menupopup is open, it floats ...
- Mozilla/Tech/XUL/menuseparator Used to create a separator between menu items. Typically drawn as a thin line.
- Mozilla/Tech/XUL/popup The popup element is equivalent to the menupopup element which should be used instead. See the ...
- Mozilla/Tech/XUL/radio An element that can be turned on and off. Radio buttons are almost always grouped together in ...
- Mozilla/Tech/XUL/vbox A container element which can contain any number of child elements. This is equivalent to the ...
- Mozilla/Tech/XUL/XUL_Reference