Appxweb Meta
Home > Developer > Objects > menu


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

<menu>

Figure: Object Chart (menu Object Highlighted)
Syntax <menu>
Syntax <menu_item> normal
Syntax <menu_item> separator
Syntax <menu_item> popup menu
Example
 
Element: menu
Parent: view
Description: Declaration of a menu object. The menu object is comprised of normal, separator and popup menu items.
Occurs: 0 or unbound. (i. e Within the <view> element the <menu> element can occur zero or many times.)
 Attribute: view_id
 Description: Unique alphanumeric indentifier of this menu view object.
Value Type: string
Value: user defined
Occurs: 1 (i.e required)
 
Element: menu_item
Parent: menu
Description: Block element containing the declarations of individual menu items which make up the menu.
Occurs: 0 or unbound (i. e Within the <menu> element the <menu_item> element can occur zero or many times.)
 
Element: normal
Parent: menu_item
Description: Block element containing the declaration of a normal menu item.
Occurs:1 (i.e required)
 
Element: separtor
Parent: menu_item
Description: Empty element indicating that the menu item is a separator.
Occurs:1 (i.e required)
 
Element: popup
Parent: menu_item
Description: Block element containing the declaration of a pop up menu item.
Occurs:1 (i.e required)
 
Element: caption
Parent: normal, popup
Description: Menu item caption text.
Value Type: string
Value : user defined
Occurs:1 (i.e required)
 
Element: image_file
Parent: normal, popup
Description: URL to 16 x16 pixel menu item image file (jpg, gif, bmp)
Value Type: URL
Value : user defined
Occurs:0 or 1 (i.e optional)
 
Element: AM_function_id
Parent: normal
Description: Identifier of the function object executed when this normal menu item is selected.
Value Type: string
Value : user defined
Occurs: 1 (i.e required)
 
Element: status_text
Parent: normal
Description: Text to display in the status bar of the browser when this normal menu item is highlighted.
Value Type: string
Value : user defined
Occurs: 0 or 1 (i.e optional)
 
Element: menu_id
Parent: popup
Description: Identifier of the menu object to be display when this popup menu item is selected.
Value Type: string
Value : user defined
Occurs: 1 (i.e required)
 

top