Provided by: kaya_0.4.4-6ubuntu3_amd64
NAME
HTMLDocument::setDocumentTitle - Changes the document title
SYNOPSIS
Void setDocumentTitle( HTMLDocument doc, String newtitle )
ARGUMENTS
doc The HTML document newtitle The document title, which may not be blank (an Exception is thrown if it is)
DESCRIPTION
Changes the document title, which is commonly used by browsers when bookmarking the page and in their user interface, and by search engines for indexing purposes. Ideally, all pages should have a unique title.
AUTHORS
Kaya standard library by Edwin Brady, Chris Morris and others (kaya@kayalang.org). For further information see http://kayalang.org/
LICENSE
The Kaya standard library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License (version 2.1 or any later version) as published by the Free Software Foundation.
RELATED
HTMLDocument.addDocumentMetaData (3kaya)