FunctionDescriptionPaste Code
includeLibraryIncludes a Javascript Library
includeInitFunctionIncludes some Javascript to be run when the page has loaded

User Interface - Include Library

FunctionDescriptionPaste Code
showMessageDisplays a modal message to the user.
The Message remains until a new page is displayed.
showAlertDisplays a modal alert message to the user.
The Message remains until the user confirms.
showConfirmDisplays a modal confirm message to the user.
The Message remains until the user confirms.
The action is executed if OK is selected.

File Manager - Include Library

FunctionDescriptionPaste Code
fileExistsTest if a page attachment exists
loadFileLoad a page attachment into a Javascript variable
saveFileSave a Javascript variable to a page attachment

Ajax - Include Library

FunctionDescriptionPaste Code
new AjaxRequestConstruct an AjaxRequest Object
sendRequestSends an Ajax Request Object to the server
doGetSends an Ajax Get request to the server (synchronous)
doPostSends an Ajax Get request to the server (synchronous)

Drag and Drop - Include Library


Lines and Arrows - Include Library


WebChat - Include Library

FunctionDescriptionPaste Code
sendMessageSends message to queue (synchronous)