<function> | ![]() |
| Syntax | |
| Element: function | |
| Parent: extension
Description: Block element containing the declartion of the function objects used by the extension. The function element is made of <script>, <call_script>, <render> <navigate> and <html_ext> child elements, the order of which is not significant. Occurs: 0 or unbound. (i. e Within the <extension> element the <function> element can occur zero or many times.) | |
| Element: script | |
| Parent: function
Description: Declaration of a script function object. Occurs: 0 or unbound. (i. e Within the <function> element the <script> element can occur zero or many times.) | |
| Element: call_script | |
| Parent: function
Description: Declaration of a call_script functin object. Occurs: 0 or unbound. (i. e Within the <function> element the <call_script> element can occur zero or many times.) | |
| Element: render | |
| Parent: function
Description: Declaration of a render function object. Occurs: 0 or unbound. (i. e Within the <function> element the <render> element can occur zero or many times.) | |
| Element: navigate | |
| Parent: function
Description: Declaration of a navigate function object. Occurs: 0 or unbound. (i. e Within the <function> element the <navigate> element can occur zero or many times.) | |
top
