Appxweb Meta
Home > Developer > Objects > function


meta - AML object declaration extension - AML object declaration package - AML object declaration data - AML object declaration function - AML object declaration view - AML object declaration scalar - AML object declaration array - AML object declaration pointer - AML object declaration script - AML object declaration call_script - AML object declaration render - AML object declaration navigate - AML object declaration menu - AML object declaration menu - AML object declaration dialog - AML object declaration report - AML object declaration window - AML object declaration

<function>

Figure: Object Chart (function Object Highlighted)
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