Tag Definition: tr
Generated by rlextra version 3.6.13
Attributes
Name |
Required? |
Default_Value |
Values |
height |
implied |
None |
|
noSplitRowCount |
implied |
None |
|
Can contain |
Purpose
This is used to declare a table row in a blockTable
Check out our docs page on how this works in the open source for reference.
Example usage
<blockTable>
<tr>
<td>This is</td>
</tr>
<tr>
<td>a table</td>
</tr>
</blockTable>
Note: Only relevant sections are used in this snippet. Some tags were not included. See some of our samples for further insight of how you may go about setting up a full document using rml.
Example of nesting path from the parent tags to the current tag
<document> ➔ <story> ➔ <blockTable> ➔ <tr>