Appxweb Meta
Home > Developer > Objects > view


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

<view>

Figure: Object Chart (view Object Highlighted)
Syntax
Element: view
Parent: extension
Description: Block element containing the declartion of the view objects used by the extension. The view element is made of <menu> ,<toolbar> ,<dialog> ,<report> and <window> child elements, the order of which is not significant.
Occurs: 0 or unbound. (i. e Within the <extension> element the <view> element can occur zero or many times.)
 
Element: menu
Parent: view
Description: Declaration of a menu object.
Occurs: 0 or unbound. (i. e Within the <view> element the <menu> element can occur zero or many times.)
 
Element: toolbar
Parent: view
Description: Declaration of a toolbar object.
Occurs: 0 or unbound. (i. e Within the <view> element the <toolbar> element can occur zero or many times.)
 
Element: dialog
Parent: view
Description: Declaration of a dialog object.
Occurs: 0 or unbound. (i. e Within the <view> element the <dialog> element can occur zero or many times.)
 
Element: report
Parent: view
Description: Declaration of a report object.
Occurs: 0 or unbound. (i. e Within the <view> element the <report> element can occur zero or many times.)
 
Element: window
Parent: view
Description: Declaration of a window object.
Occurs: 0 or unbound. (i. e Within the <view> element the <window> element can occur zero or many times.)
 

top