Attributes |
Name | Required | Request-time | Type | Description |
var | false | true | java.lang.String | Name of the JavaScript object created. |
attachTo | false | true | java.lang.String |
Name of the JavaScript object to which callout will
attach. You must define 'var' attribute for this to work.
|
baseUrl | true | true | java.lang.String |
URL of server-side action or servlet that processes a
simple command.
|
source | false | true | java.lang.String |
The ID of the element to which the callout will be
attached.
|
sourceClass | false | true | java.lang.String |
The CSS class name of the elements to which the callout
will be attached.
|
parameters | true | true | java.lang.String |
A comma-separated list of parameters to pass to the
server-side action or servlet.
|
title | false | true | java.lang.String | Title for callout's box header. |
overlib | false | true | java.lang.String | Options for OverLib. |
preFunction | false | true | java.lang.String |
Function to execute before AJAX is started.
Should return string "cancel" to cancel AJAX execution.
|
postFunction | false | true | java.lang.String |
Function to execute after Ajax is finished, allowing for
a chain of additional functions to execute.
|
errorFunction | false | true | java.lang.String |
Function to execute if there is a server exception
(non-200 HTTP response).
|
openEventType | false | true | java.lang.String | Event that will trigger the callout. |
closeEventType | false | true | java.lang.String | Event that will close the box. |