HTMLDocument.addDocumentScripting(3kaya)
NAME
HTMLDocument::addDocumentScripting - Adds an external script to the
document
SYNOPSIS
Void addDocumentScripting( HTMLDocument doc, String scripturi )
ARGUMENTS
doc The HTML document
scripturi The location of the Javascript file.
DESCRIPTION
Adds an external script to the document. This script will define functions which may then be called using the onX event handler attributes
for various elements in the document.
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.