Element.innerText

Sets the inside text, replacing all children. You don't have to worry about entity encoding.

  1. string innerText [@property getter]
  2. string innerText [@property setter]
    class Element
    @property
    @scriptable
    void
    innerText
    (
    string text
    )
Suggestion Box / Bug Report