Please enable JavaScript to view this site.

ESL Documentation

Action Statement

Change the pop-up menu associated with a region or class of regions.

change {REGION_NAME|REG_CLASS_NAME} popup menu

to STANDALONE_PULLDOWN_NAME

 

REGION_NAME

The identifier for the region (graphical, image, dialog, or textual) to be changed.

 

REG_CLASS_NAME

The identifier for a class of regions.

 

STANDALONE_PULLDOWN_NAME

The identifier for a standalone pulldown menu template. The pop-up menu of the specified region is generated from this template.

Description

Use this statement to change the pop-up menu associated with a region or with all the regions in a class.

Example

 

response to item View_Mail_MC from Main_Window_AB in MainWindow_GR

change Secondary_Window_GR popup menu to Mail_AB

See Also

delete popup menu from Action Statement

pulldown Template Definition