rtHtmlStyle | ||
![]() rtStyle rtTable rtHtmlStyle ![]() Attributes ClassID ElementID Style TagAttributes Title | version 1.5
Access for HTML attributes of rtTable and rtCell objects. The parameters refer only to Domino generated HTML. ClassID - class ElementID - ID Style - style Title - titles Attributes - any other attributes
In this sample HTML generated for the table will look like this: <table ID=ElementID class=ClassID style="Style" title=Title border=1>...</tag> |