<skin:contentVerticalDivider>

Prints a vertical divider within the content line. Must be nested in a <skin:contentLine> tag.

Tag Information

Tag Class: com.aoindustries.web.struts.skintags.ContentVerticalDividerTag
TagExtraInfo Class: None
Body Content: empty
Display Name: None

Attributes

Name Required Evaluation Type Description
visible No Runtime boolean

If true, will draw a visible separator and count as one in the overall line colspan. When false, will not draw the separator and doesn't count in the overall line colspan. Defaults to true.

colspan No Runtime int

The colspan for this part of the line. Defaults to 1.

rowspan No Runtime int

The rowspan for this part of the line. Defaults to 1.

align No Runtime String

The alignment for this part of the line.

width No Runtime String

The width for the content following the divider.

This should be formatted for use in a style="width:…" attribute, such as 100px or 33%. When a non-zero integer, "px" is automatically added.

Variables

No Variables Defined.