Function | Description | Paste Code |
includeLibrary | Includes a Javascript Library |  |
includeInitFunction | Includes some Javascript to be run when the page has loaded |  |
User Interface - Include Library 
Function | Description | Paste Code |
showMessage | Displays a modal message to the user. The Message remains until a new page is displayed. |  |
showAlert | Displays a modal alert message to the user. The Message remains until the user confirms. |  |
showConfirm | Displays 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 
Function | Description | Paste Code |
fileExists | Test if a page attachment exists |  |
loadFile | Load a page attachment into a Javascript variable |  |
saveFile | Save a Javascript variable to a page attachment |  |
Ajax - Include Library 
Function | Description | Paste Code |
new AjaxRequest | Construct an AjaxRequest Object |  |
sendRequest | Sends an Ajax Request Object to the server |  |
doGet | Sends an Ajax Get request to the server (synchronous) |  |
doPost | Sends an Ajax Get request to the server (synchronous) |  |
Drag and Drop - Include Library 
Lines and Arrows - Include Library 
WebChat - Include Library 
Function | Description | Paste Code |
sendMessage | Sends message to queue (synchronous) |  |
by Anon on 21/04/2008 at 10:09 PM |
|