XML FOR DOMINO


tablecell element
Example

Represents a cell in a table.

Containment Hierarchy

Contained by: <tablerow>

Contains: <cellbackground>, %richtext.block;

Syntax

<!ELEMENT tablecell ( cellbackground?, (%richtext.block;)* )>

Content

cellbackground?, (%richtext.block;)*


Attributes

<!ATTLIST tablecell
bgcolor%color;#IMPLIED
rowspan%integer;"1"
columnspan%integer;"1"
colorstyle(%tablecell.color.styles;)#IMPLIED
altbgcolor%color;#IMPLIED
valign(%vertical.aligns;)#IMPLIED
borderwidth%pixels.1to4;"1px"
transition(%tablecell.transitions;)"none"
%html.core.attrs;
>

altbgcolor


bgcolor
borderwidth
columnspan
colorstyle
rowspan
transition
valign
Defined entities for <tablecell> element

The %tablecell.color.styles; entity defines the choices for color styles in a table cell.

Syntax:

<!ENTITY % tablecell.color.styles "solid | vgradient | hgradient">

hgradient


solid
vgradient
The %tablecell.transitions; entity defines the special effects you can set for table cells when you create a table that displays only one row at a time. These options specify the display styles used to transition from row to row based on either user selection or a preset timer.

Syntax:

<!ENTITY % tablecell.transitions "none | rolling | lefttoright | toptobottom | wipe | boxes | explode | dissolve">

boxes


dissolve
explode
lefttoright
none
rolling
toptobottom
wipe
The %vertical.aligns; entity defines the choices of vertical alignments.

Syntax:

<!ENTITY % vertical.aligns "top | center | bottom">

Example
See Also