APPLICATION DESIGN


Domino table properties that are not supported on the Web
Avoid using the following table features in a Web application.
Table Layout propertiesComments
Column spacingThis property is not supported in Web applications, but may affect the Width property of a cell, which is supported on the Web.
Minimum height
Row spacing
Table Width"Same as window" setting is ignored in a Web application.
Cell Borders properties
ColorColor settings for cell borders are not supported on the Web
Cell Border StyleThe style options, Ridge and Groove, are not supported on the Web.
Cell Border ThicknessBorder thickness settings greater than 1 are not supported.
Table/Cell Background properties
StyleSolid is the only color option supported on the Web. Gradients will appear as the first color.
Table Borders properties
Border styleDetermined by individual cell borders.
Border colorThe table color is used.
Border effectsWidth is not supported.
Thickness
Table Margins properties
Left
Right
Table wrap
Compatibility
Table Rows properties
Show only one row at a time"Switch rows every n milliseconds" and "transitions" are not supported.

See Also