Section 25.70. Document.createTextNode( ): create a new Text node


25.70. Document.createTextNode( ): create a new Text node

DOM Level 1 Core:

25.70.1. Synopsis

 Text createTextNode(String data); 

25.70.1.1. Arguments

data

The content of the Text node.

25.70.1.2. Returns

A newly created Text node that represents the specified data string.




JavaScript. The Definitive Guide
JavaScript: The Definitive Guide
ISBN: 0596101996
EAN: 2147483647
Year: 2004
Pages: 767

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net