Siebel Object Types Reference > Siebel Object Types >

Applet Method Menu Item


Siebel Object Types > Applet > Applet Method Menu Item

Defines the applet-specific menu that is available when the applet is activated.

NOTE:  You must write script in the PreInvokeMethod event handler to test for the method string and take some action. If the test code is not present, an error occurs. For more information, read Siebel Object Interfaces Reference.

Properties
Property
Description/Usage
Valid Values/Examples

Command (O)

Specifies which invoke method is called when an applet-level menu item associated with the command is executed.

 

Menu Text (R)

The text displayed in the menu item.

 

Name (O)

Same as position property.

Integer value.

Position (R)

The sequence of the menu item in the single-level list of menu items.

Integer value.

Suppress Menu Item (O)

Default is FALSE. If TRUE, causes the class-level menu item of the specified name to be removed from the applet-level menu in the applet where this property is specified.

TRUE — Menu item is suppressed.

FALSE — Menu item is not suppressed.

Menu Editor

Menus should be edited by right-clicking on the applet and selecting Edit Web Menus.

See Also

Applet
Applet Script (H)

Siebel Object Types Reference Copyright © 2006, Oracle. All rights reserved.