| Module: | |
| Inherits from: | |
| Declared In: | |
Overview
Use the links in the table of contents to the left to access the documentation.
Functions
- insertAdjacentElement
- insertAdjacentHTML
- insertAdjacentText
Element insertAdjacentElement(
in DOMString where,
in Element element) raises(DOMException);
void insertAdjacentHTML(
in DOMString where,
in DOMString html) raises(DOMException);
void insertAdjacentText(
in DOMString where,
in DOMString text) raises(DOMException);
Member Data
- children
- className
- contentEditable
- dir
- id
- innerHTML
- innerText
- isContentEditable
- lang
- outerHTML
- outerText
- tabIndex
- title
attribute DOMString className;
attribute DOMString contentEditable;
attribute DOMString innerHTML setter raises(DOMException);
attribute DOMString innerText setter raises(DOMException);
readonly attribute boolean isContentEditable;
attribute DOMString lang;
attribute DOMString outerHTML setter raises(DOMException);
attribute DOMString outerText setter raises(DOMException);
attribute DOMString title;
Last Updated: 2009-05-29