Name
method -- Script function to be accessed on a binding object
Contained by
implementation
Description
This element supplies a single function to the bound element or
binding object. The most important attribute is
name, which calls the method and is compulsory.
The method can have the <parameter> element
define parameters. A <body> element contains
the code that will be executed.
See Also
body, implementation,
parameter