PODSMenu object

  • Inherits from: PODSObject

  • Accessed by: PODSWindow object's menu

  • Available to: C, JavaScript

Each of the PODSMenu attributes returns the object for a different M-Business Client menu item.

JavaScript Developers do not need to instantiate the PODSMenu object before using it.

To use the PODSMenu object from C
  1. Include PODSWindow.h, PODSAvantgo.h, and PODSMenu.h header files.

  2. Store the PODSAvantGo object pass-in from the client application to your PODSPodNew() or your objectForName() implementation.

  3. Acquire a pointer to PODSWindow by calling PODSgetWindow(PODSAvantgoObj)

  4. Acquire a pointer to PODSMenu by calling PODSgetMenu(PODSWindowObj).

Note

Some menu items are not available across all M-Business Client platforms. For example, the Home menu item is not available on Win32 devices. An attempt to access a missing menu item simply results in a no-op and does not cause any exceptions. Use the isAvail( ) method can use to test for the availability of a given menu item.

Note

The valid labels for menu_item in the table above are based on their respective labels on the in M-Business Client on the Windows Mobile 5 and later platform family. Some menu items have different labels on other M-Business Client platforms. For example, the Page Options menu item is called Preferences, or just Options, on some platforms.


Summary of PODSMenu attributes and methods
about
addBookmark
back
bookmarkManager
cacheManager
channelManager
copy
cut
exit
find
findNext
findPrevious
formManager
forward
fullScreen
goHome
help
isAvail()
label
openPage
pageOption
paste
reloadPage
remove( )
selectAll
serverOption
syncAll
workOffline
workOnline