class %CSP.TextAtom
extends %CSP.AbstractAtom
The %CSP.TextAtom class represents a section of text within an HTML document.
%CSP.TextAtom has no properties other than HTML text.
property IsComment
as %Boolean;
A flag indicating if this test is comment or not.
For comment, embedded expressions will not be translated.
property Text
as %String;
A string containing the text for this element.
method RenderStartTag()
as %Status
Writes code into the routine builder object that will render this element.