BRElement.outerText Property
SharePoint Designer Developer Reference |
Returns or sets a String that represents the text, without any HTML, of a BR element.
Syntax
expression.outerText
expression Required. A variable that represents a BRElement object.
Remarks
See also the innerHTML, innerText, and outerHTML properties.
See Also