The following explains how to use the [Object] window of the "Script" dialog box. Objects defined with JavaScript, properties and methods as well as the events possessed by these objects are displayed as a tree.
Hint Numbers enclosed in parenthesis to the right of objects, properties, methods, and events indicate the version of JavaScript that can be used for them. If there is no number, it indicates that all versions can be used.
An Item can be selected from the [Object] window and inserted at the cursor position in the [Edit] window. An item can be inserted using any of the following methods.
Drag and drop with the mouse
Select an item, drag it with the left button of the mouse, and drop it into the [Edit] window.
Selecting a menu item from the popup menu
Select an item, display the popup menu by right-clicking, and then select the "Insert to Script" menu item.
Hint To find an object, property, method, or event, select "Find" from the popup menu displayed by right-clicking and display the "Find" dialog box.