|
Home >>
XMLDOM >>DOM - The Text object |
|
DOM - The Text object |
|
The Text object
The text object represents the text inside an element as a node.
Listed below is the method for the text object.
Text Method
Name Description
splitText(number) Splits the text at the specified character,
and returns the rest of the text
|
|
|