Description Usage Arguments Value Examples
Create a new DOM node via explicit HTML or SVG or JavaScript code or a referece to an existing DOM node via CSS or XPath
1 2 3 4 5 6 7 8 9 10 |
x |
A character value consisting of HTML, SVG, JavaScript, CSS, or XPath code, as appropriate. |
pageID |
A numeric value identifying a web page connection; see
|
An S4 object of class DOM_node_HTML, DOM_node_SVG,
DOM_node_JS,
DOM_node_CSS, DOM_node_XPath,
DOM_node_ptr, DOM_obj_ptr, DOM_number,
DOM_character, or DOM_boolean, respectively.
1 | htmlNode("<p>test</p>")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.