method

Name

method -- Script function to be accessed on a binding object

Contains

body, parameter

Contained by

implementation

Attributes

id, name, type

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