Customizer's Guide > Working with XUI (XML-based User Interface) Dialog Boxes > XUI Element Reference > <separator> Element
  
<separator> Element
The <separator> element creates a line separating a dialog box into parts. The element creates a horizontal line when it is in a vertical box. The element creates a vertical line when it is in a horizontal box. The element can have no child elements.
The <separator> element has the following attributes:
height = CDATA
Number specifying the height in pixels to allocate for this control.
id = ID
Identifies the control.
resize = none | both | height | width | natural
Default is natural. If width, the control allows horizontal resizing only. If height, the control allows vertical resizing only. If both, the control allows resizing in both directions. If none, the control doesn't resize in either direction. If the parent box is oriented vertically, natural, resizes horizontally. If the parent box is oriented horizontally, natural, resizes vertically.
width = CDATA
Number specifying the width in pixels to allocate for this control.
withdraw = true | false
Default is false. If true, the control (and any children) is ignored and not displayed.