This reference describes the JavaScript™ language elements, Application Programming Interfaces (APIs), and other artifacts that you need to create scripts, plus the XPages simple actions.
The Standard library contains classes for manipulating data of different types and performing common operations.
Provides common methods for all classes.
The JavaScript™ language elements are based on the ECMAScript Language Specification Standard ECMA-262 (see http://www.ecma-international.org/publications/standards/Ecma-262.htm). The JavaScript described here applies to the server-side interpreter. Client-side scripts are interpreted by the browser.
A simple action performs a pre-programmed activity that can be modified by arguments.
Global objects provide entry points to server-side scripts. Entering the name of a global object instantiates it.
Represents a document in XML Document Object Model format.
This library provides access to the IBM® Domino® back-end.
The Runtime library contains classes that provide useful methods for globalization.
Represents an array.
Represents a boolean value.
Represents a date and time.
Represents common mathematical values and functions.
Represents a numeric value.
Extends the object with additional properties and methods.
Gets a string representation of an object taking into account the host locale.
Gets a string representation of an object.
Gets the value of an object as a string.
Represents a string.
The XSP library contains classes that access the browser context.