Firefox only
The item is a palette of available toolbar
items. It is not displayed, but is used by the toolbar customization dialog to display the list of items. The children of the toolbarpalette
should be the complete list of toolbarbutton
s and toolbaritem
s that can be added to the toolbar. Do not add the various spacing items, as those are added automatically.
这个控件(item不知道是不是这个意思,下同)是一个调色板控件,它不会显示出来,但是是被工具栏用来个性化对话框从而显示控件列表的。toolbarpalette的子类应该是一个可以被添加入工具栏toolbarbutton和toolbaritem的完整列表。不要加入spacing items,因为它们是被自动添加的。
You can add your own custom buttons to the Firefox browser by using an overlay
that overlays the toolbarpalette
with the id
BrowserToolbarPalette
.
你可以通过overlay来向火狐浏览器添加个性化的按钮,这是通过用BrowserToolbarPalette覆盖toolbarpalette实现的
不过个人感觉这个palette好像不怎么用
Examples(实例)
<toolbarpalette id="BrowserToolbarPalette">
<toolbarbutton id="toolbarpalette-button"
class="toolbarbutton-class"
label="&mylabel;"
tooltiptext="&mytiptext;"
oncommand="somefunction()"/>
</toolbarpalette>
Attributes
Inherited from XUL element
align
,
allowevents
,
allownegativeassertions
,
class
,
coalesceduplicatearcs
,
collapsed
,
container
,
containment
,
context
,
,
datasources
,
dir
,
empty
,
equalsize
,
flags
,
flex
,
height
,
hidden
,
id
,
insertafter
,
insertbefore
,
left
,
maxheight
,
maxwidth
,
,
minheight
,
minwidth
,
mousethrough
,
observes
,
ordinal
,
orient
,
pack
,
persist
,
,
position
,
preference-editable
,
querytype
,
ref
,
removeelement
,
sortDirection
,
sortResource
,
sortResource2
,
statustext
,
style
,
template
,
tooltip
,
tooltiptext
,
top
,
uri
,
wait-cursor
,
width
Properties
Inherited Properties align
, attributes
, allowEvents
, baseURI
, boxObject
, builder
, childElementCount
, childNodes
, children
, className
, clientHeight
, clientLeft
, clientTop
, clientWidth
, collapsed
, contextMenu
, controllers
, database
, datasources
, dir
, firstChild
, firstElementChild
, flex
, height
, hidden
, id
, lastChild
, lastElementChild
, left
, localName
, maxHeight
, maxWidth
, menu
, minHeight
, minWidth
, namespaceURI
, nextElementSibling
, nextSibling
, nodeName
, nodeType
, nodeValue
, observes
, ordinal
, orient
, ownerDocument
, pack
, parentNode
, persist
, prefix
, previousElementSibling
, previousSibling
, ref
, resource
, scrollHeight
, scrollLeft
, scrollTop
, scrollWidth
, statusText
, style
, tagName
,textContent
, tooltip
, tooltipText
, top
, width
Methods
Inherited from XUL element blur
, click
, doCommand
, focus
, getElementsByAttribute
Inherited from DOM element addEventListener()
, appendChild()
, dispatchEvent()
, getAttribute()
, getAttributeNode()
, getAttributeNodeNS()
, getAttributeNS()
, getElementsByTagName()
, getElementsByTagNameNS()
, hasAttribute()
, hasAttributeNS()
, hasAttributes()
, hasChildNodes()
, insertBefore()
, isSupported()
, normalize()
, removeAttribute()
, removeAttributeNode()
, removeAttributeNS()
, removeChild()
, removeEventListener()
, replaceChild()
, setAttribute()
, setAttributeNode()
, setAttributeNodeNS()
, setAttributeNS()
Elements(意思应该是这里面含有的元素吧,看样子既然toolbox都在里面说明这个item还是挺大的)
toolbar
, toolbarbutton
, toolbargrippy
, toolbaritem
, toolbarseparator
, toolbarset
, toolbarspacer
, toolbarspring
, toolbox
文档标签和贡献者
最后编辑者:
ziyunfei ,
May 8, 2014, 6:12:28 AM