Appxweb Meta
Home > Developer > Objects > extension


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 html_ext - AML object declaration menu - AML object declaration menu - AML object declaration dialog - AML object declaration report - AML object declaration window - AML object declaration

<extension>

Figure: Object Chart (application Object Highlighted)
Syntax
Element: extension
Parent: meta
Description: Block element containing the declartion of the extension's objects. The application element is made of <data>,<view> and <function> child elements, the order of which is not significant.
Occurs: 0 or unbound. (i. e Within the <meta> element the <extension> element can occur zero or many times.)
 
Element: data
Parent: extension
Description:Block element containing the declartions of the extension's data objects.
Occurs: 0 or unbound. (i. e Within the <extension> element the <data> element can occur zero or many times.)
 
Element: function
Parent: extension
Description:Block element containing the declartions of the extension's function objects.
Occurs: 0 or unbound. (i. e Within the <extension> element the <function> element can occur zero or many times.)
 
Element: view
Parent: extension
Description:Block element containing the declartions of the extension's view objects.
Occurs: 0 or unbound. (i. e Within the <extension> element the <view> element can occur zero or many times.)
 

top