XML FOR DOMINO
Represents a table in rich text.
Containment Hierarchy
Contained by: %richtext.block;
Contains: <border>, <tablecolumn>, <tablerow>, <tablerowstyle>
Syntax
<!ELEMENT table ( tablerowstyle?, border?, tablecolumn*, tablerow* )>
Content
tablerowstyle?, border?, tablecolumn*, tablerow*
<!ATTLIST table
altbgcolor
The %table.tablocations; entity defintes the options for the placement of tabs on a row in a table if the Show only one row at a time option is selected as a table property.
Syntax:
<!ENTITY % table.tablocations "top | left | bottom | right">
bottom
<!ENTITY % table.widthtypes "fixedleft | fixedcenter | fixedright | fitmargins | fitwindow">
fitwindow
<!ENTITY % table.cell.border.styles "solid | ridge | groove">
groove
<!ENTITY % table.color.styles "none | solid | altrows | altcolumns | lefttop | left | righttop | right | top">
altcolumns
<!ENTITY % table.row.displays "all | tabs | timer | onclick | compute | tabscompute | onclicktimer | onopentimer | captions">
all