M-Business JavaScript engine additions to standard JavaScript

JavaScript engine contains a number of features that extend the basic JavaScript feature set in ways that are specific to the M-Business Client environment. M-Business JavaScript engine additions to standard JavaScript lists the objects which have been added.

Note

In addition to the JavaScript objects listed in M-Business JavaScript engine additions to standard JavaScript, JavaScript engine supports a robust DOM implementation. The PODS ADOMDOMImplementation object is directly accessible from JavaScript engine.

All of these objects are accessible from PODS, and the material in the PODS reference sections includes information about the JavaScript synopsis to access the methods and attributes of these objects.

Table 1. M-Business JavaScript engine additions to standard JavaScript

Object

Description

avantgo

Contains the PODSAvantGo object, which provides features unique to M-Business Client. See avantgo object.

button

Contains the PODSButton object, which allows limited management of buttons on the M-Business Client toolbar. See button object.

Note that this is separate from the Button object in standard JavaScript.

exception

Contains the PODSException object, which provides a method to get the message associated with an exception. See exception object.