tablerow (Domino DTD)

Represents a row in a table.

Containment Hierarchy

Contained by: <table>

Contains: <tablecell>

Syntax

<!ELEMENT tablerow ( tablecell* ) >

Content

tablecell*

Contains zero or more <tablecell> elements.

Attributes

<!ATTLIST tablerow

name

%string;

#IMPLIED

tablabel

%tstring;

#IMPLIED

>

name

Value of the field named $table-name that determines which row is displayed.

tablabel

Translatable name of a tab in a tabbed table that you click to display the specified row.

Example