Document.title

Sets the title of the page, creating a <title> element if needed.

  1. string title [@property getter]
  2. string title [@property setter]
    class Document
    @property
    void
    title
    (
    string t
    )
Suggestion Box / Bug Report