ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Menu functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Constants for managing drop-down menus
Display constants used by prefix syntaxes only
The following constants are used to manage Popup Menus:
ConstantDescriptionUsed by the functions
menuInsertEndAdds the cloned element at the end of the menu.MenuClone
menuInsertBeforeSeparatorInserts the cloned element before the next separator.MenuClone
menuPopupBottomCenteredMenuOpens the popup below the menu and centers it on the entire width of the menu (two popups of identical size and opened by two different options are displayed at the same location).MenuAddPopup
menuPopupBottomRightOpens the popup below the menu option and aligns it on the right side of the menu option (the popup id displayed to the left).MenuAddPopup
menuPopupBottomLeftOpens the popup below the menu option and aligns it on the left side of the menu option.MenuAddPopup
menuPopupTopRightOpens the popup on the right of the menu option and aligns it on the top side of the menu option (this constant is mainly used with the vertical menus).MenuAddPopup
menuPopupTopLeftOpens the popup on the left of the menu option and aligns it on the top side of the menu option (this constant is mainly used with the vertical menus).MenuAddPopup
The following constants are used to manage Popup Menus (prefix syntax):
ConstantDescriptionUsed by the functions
menuInsertEndAdds the cloned element at the end of the menu.<Menu>.Clone
menuInsertBeforeSeparatorInserts the cloned element before the next separator.<Menu>.Clone
menuPopupBottomCenteredMenuOpens the popup below the menu and centers it on the entire width of the menu (two popups of identical size and opened by two different options are displayed at the same location).<Menu>.AddPopup
menuPopupBottomRightOpens the popup below the menu option and aligns it on the right side of the menu option (the popup id displayed to the left).<Menu>.AddPopup
menuPopupBottomLeftOpens the popup below the menu option and aligns it on the left side of the menu option.<Menu>.AddPopup
menuPopupTopRightOpens the popup on the right of the menu option and aligns it on the top side of the menu option (this constant is mainly used with the vertical menus).<Menu>.AddPopup
menuPopupTopLeftOpens the popup on the left of the menu option and aligns it on the top side of the menu option (this constant is mainly used with the vertical menus).<Menu>.AddPopup
Minimum version required
  • Version 14
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help