Jump to main content
HCL Logo HCL Domino 12.0.1 BETA Documentation - CONFIDENTIAL
HCL Domino Designer 12.0.1 documentation
  • HCL Domino Designer Basic User Guide and Reference
  • HCL Domino Designer XPages User Guide
  • JavaScript and XPages reference
  • Notices
  1. Home
  2. JavaScript and XPages reference

    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.

  3. Standard (JavaScript)

    The Standard library contains classes for manipulating data of different types and performing common operations.

  4. Object (JavaScript)

    Provides common methods for all classes.

  • JavaScript and XPages reference

    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.

    • JavaScript™ language elements (JavaScript™)

      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.

    • Simple actions (JavaScript)

      A simple action performs a pre-programmed activity that can be modified by arguments.

    • Global objects and functions (JavaScript™)

      Global objects provide entry points to server-side scripts. Entering the name of a global object instantiates it.

    • DOM (JavaScript)

      Represents a document in XML Document Object Model format.

    • Domino®

      This library provides access to the HCL Domino® back-end.

    • Runtime (JavaScript)

      The Runtime library contains classes that provide useful methods for globalization.

    • Standard (JavaScript)

      The Standard library contains classes for manipulating data of different types and performing common operations.

      • Array (Standard - JavaScript)

        Represents an array.

      • Boolean (Standard - JavaScript)

        Represents a boolean value.

      • Date (Standard - JavaScript)

        Represents a date and time.

      • Math (JavaScript)

        Represents common mathematical values and functions.

      • Number (Standard - JavaScript)

        Represents a numeric value.

      • Object (JavaScript)

        Provides common methods for all classes.

        • prototype (Object - JavaScript)

          Extends the object with additional properties and methods.

        • toLocaleString (Object - JavaScript)

          Gets a string representation of an object taking into account the host locale.

        • toString (Object - JavaScript)

          Gets a string representation of an object.

        • valueOf (Object - JavaScript)

          Gets the value of an object as a string.

      • RegExp (Standard - JavaScript)
      • String (Standard - JavaScript)

        Represents a string.

    • XSP (JavaScript™)

      The XSP library contains classes that access the browser context.

Object (JavaScript)

Provides common methods for all classes.

Defined in

Standard (JavaScript)
  • prototype (Object - JavaScript)
    Extends the object with additional properties and methods.
  • toLocaleString (Object - JavaScript)
    Gets a string representation of an object taking into account the host locale.
  • toString (Object - JavaScript)
    Gets a string representation of an object.
  • valueOf (Object - JavaScript)
    Gets the value of an object as a string.
  • Share: Email
  • Twitter
  • Disclaimer
  • Privacy
  • Terms of use
  • Cookie Preferences