<sasads:CustomRow>
Custom Tag for creating a CustomRow. If no attributes are set, the custom row(bodytext) will be displayed as the last row of the table. If just the rowIndex is set, then the custom row will be displayed before the given row number. If the insertBefore attribute is set, then the custom row will be displayed before/after the given row number.
This tag must be nested within a sasads:Table tag.
Syntax
<sasads:CustomRow
[id="value"]
[insertBefore="true|false"]
[locale="java.util.Locale"]
[rowIndex="int"]>
markup language describing the custom row
</sasads:CustomRow>
Attributes
id | Case-sensitive name used to identify the object instance. |
|---|---|
insertBefore | true if the custom row should be inserted before the row index |
locale | |
rowIndex | the rowIndex |
More Information
If you need to subclass the tag handler class for the sasads:CustomRow tag, extend com.sas.taglib.servlet.beans.CustomRowTag.