The following subsections summarize the scripting language that is used
to create Reports and HTML Export Templates.
|
Language Constructs
|
Summarizes the basic language constructs, such as how to use
if/else statements, declare parameters and return values, set
variables, use while statements, and complain to the user when
things go wrong.
|
|
Global Objects and Constants
|
Summarizes simple constants such as newline, and global object
references such as settings and organizer.
|
|
Global Methods
|
Summarizes global utility methods such as copyFile(), write(),
writeBytesToFile(), and zipExtract().
|
|
Array Object
|
Summarizes the methods and properties of arrays and how to use
them.
|
|
Image Object
|
Summarizes the properties and methods of an Image object.
|
|
Node Object
|
Summarizes the properties and methods of a Node object.
|
|
Organizer Object
|
Summarizes the properties and methods of the Organizer object.
|
|
Record Object
|
Summarizes the properties and methods of a Record object.
|
|
RecordType Object
|
Summarizes the properties and methods of a RecordType object.
|
|
String Object
|
Summarizes the methods and properties of strings and how to use
them.
|