DListElement.innerHTML Property
SharePoint Designer Developer Reference |
Sets or returns a String that represents the text and HTML elements between the start and end tags of a DL element.
Syntax
expression.innerHTML
expression Required. A variable that represents a DListElement object.
Remarks
See also the innerText, outerText, and outerHTML properties.
See Also