<skin:contentHorizontalDivider>

Prints a horizontal divider line. Must be nested in a <skin:content> tag.

Tag Information

Tag Class: com.aoindustries.web.struts.skintags.ContentHorizontalDividerTag
TagExtraInfo Class: None
Body Content: JSP
Display Name: None

Attributes

Name Required Evaluation Type Description
colspansAndDirections No Runtime String

Provides the comma-separated colspan and directions for the line, defaults to 1. It is in the format "colspan,direction,colspan,direction,colspan" where each colspan is for that part of the line and each direction is either up, down, or upAndDown.

endsInternal No Runtime boolean

Indicates the line of content ends internal to the overall content area, this may be the case when a rowspan from a higher line is causing overlap. Defaults to false.

Variables

No Variables Defined.