Attributes |
Name | Required | Request-time | Type | Description |
id | true | true | java.lang.String | The ID of the tree. |
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).
|
parser | false | true | java.lang.String |
The response parser to implement.
Default: ResponseXmlToHtmlLinkListParser
|
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 tree object will
attach. You must define 'var' attribute for this to work.
|
baseUrl | true | true | java.lang.String |
The URL to use for the AJAX action, which will return
content for this node.
|
collapsedClass | false | true | java.lang.String |
CSS style class for the node image (collapsed node).
|
expandedClass | false | true | java.lang.String |
CSS style class for the node image (expanded node).
|
treeClass | false | true | java.lang.String |
CSS style class for the unsorted list.
|
nodeClass | false | true | java.lang.String |
CSS style class for the node (does not include the image).
|
parameters | true | true | java.lang.String |
A comma-separated list of parameters to pass to the
server-side action or servlet.
|