AjaxTag Library
Tag tree


Build a Treeview.


Tag Information
Tag Classnet.sourceforge.ajaxtags.tags.AjaxTreeTag
TagExtraInfo ClassNone
Body Contentempty
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
idtruetruejava.lang.StringThe ID of the tree.
preFunctionfalsetruejava.lang.String Function to execute before AJAX is started. Should return string "cancel" to cancel AJAX execution.
postFunctionfalsetruejava.lang.String Function to execute after AJAX is finished, allowing for a chain of additional functions to execute.
errorFunctionfalsetruejava.lang.String Function to execute if there is a server exception (non-200 HTTP response).
parserfalsetruejava.lang.String The response parser to implement. Default: ResponseXmlToHtmlLinkListParser
varfalsetruejava.lang.StringName of the JavaScript object created.
attachTofalsetruejava.lang.String Name of the JavaScript object to which tree object will attach. You must define 'var' attribute for this to work.
baseUrltruetruejava.lang.String The URL to use for the AJAX action, which will return content for this node.
collapsedClassfalsetruejava.lang.String CSS style class for the node image (collapsed node).
expandedClassfalsetruejava.lang.String CSS style class for the node image (expanded node).
treeClassfalsetruejava.lang.String CSS style class for the unsorted list.
nodeClassfalsetruejava.lang.String CSS style class for the node (does not include the image).
parameterstruetruejava.lang.String A comma-separated list of parameters to pass to the server-side action or servlet.

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.