Creates a small separating gap between elements. This type of separator should be used to separate parts of a dialog. It doesn't draw a bar visually, but is just a small space. It is functionally equivalent to a spacer
except it defaults to a small size (usually 1.5 ems).
Attributes orient Style classes groove , groove-thin , thin
Examples
<separator class="groove-thin"/>
Attributes
orient
Type: one of the values below Used to specify whether the separator
is a horizontal or vertical separator. Note that the values are the reverse of what seems more likely.
horizontal
The separator separates vertically placed elements. vertical
The separator separates horizontally placed elements.
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 Methods addEventListener()
, appendChild()
, blur
, click
, cloneNode()
, compareDocumentPosition , dispatchEvent()
, doCommand
, focus
, getAttribute()
, getAttributeNode()
, getAttributeNodeNS()
, getAttributeNS()
, getBoundingClientRect()
, getClientRects()
, getElementsByAttribute
, getElementsByAttributeNS
, getElementsByClassName()
, getElementsByTagName()
, getElementsByTagNameNS()
, getFeature , getUserData , hasAttribute()
, hasAttributeNS()
, hasAttributes()
, hasChildNodes()
, insertBefore()
, isDefaultNamespace()
, isEqualNode , isSameNode , isSupported()
, lookupNamespaceURI , lookupPrefix , normalize()
, querySelector()
, querySelectorAll()
, removeAttribute()
, removeAttributeNode()
, removeAttributeNS()
, removeChild()
, removeEventListener()
, replaceChild()
, setAttribute()
, setAttributeNode()
, setAttributeNodeNS()
, setAttributeNS()
, setUserData
Style classes
The following classes may be used to style the element. These classes should be used instead of changing the style of the element directly since they will fit more naturally with the user's selected theme.
groove
A grooved separator. groove-thin
A thin grooved separator. thin
A thinner separator, which is usually 0.5 ems.
Elements spacer
, splitter
, menuseparator
, toolbarseparator
, treeseparator
.
Document Tags and Contributors
Last updated by:
Sheppy ,
Apr 14, 2014, 10:37:30 AM