Packagecom.jwopitz.controls
Classpublic class HRule
InheritanceHRule Inheritance mx.controls.HRule

The HRule control creates a single horizontal line. You typically use this control to create a dividing line within a container.

The <jwo_lib:HRule> tag inherits all of the tag attributes of its superclass, and adds the following tag attributes:

   <jwo_lib:HRule
     Styles
     paddingLeft="0"
     paddingRight="0"
     dashLength="0"
   />
   

See also

mx.controls.HRule


Styles
 StyleDescriptionDefined by
  
dashLength
Type: Number   Format: Length   CSS Inheritance: no
The length of the gap between the dashes. The default value is 0.
HRule
  
paddingLeft
Type: Number   Format: Length   CSS Inheritance: no
The amount of padding from the left of the component to the left endpoint of the line. The default value is 0.
HRule
  
paddingRight
Type: Number   Format: Length   CSS Inheritance: no
The amount of padding from the right of the component to the right endpoint of the line. The default value is 0.
HRule