AjaxTag Library


Standard Syntax:
     <%@ taglib prefix="ajaxtags" uri="http://ajaxtags.sourceforge.net/tags/ajaxtags" %>

XML Syntax:
     <anyxmlelement xmlns:ajaxtags="http://ajaxtags.sourceforge.net/tags/ajaxtags" />

AjaxTag Library is a library, which makes AJAX easy to use by JSP.

Tag Library Information
Display NameAjaxTag Library
Version1.5
Short Nameajaxtags
URIhttp://ajaxtags.sourceforge.net/tags/ajaxtags
 

Tag Summary
select Builds the JavaScript required to populate a select box based on some event
autocomplete Builds the JavaScript required to populate an input field as the user types.
toggle Builds the JavaScript required to toggle an image on/off.
updateField Builds the JavaScript required to update one or more form fields based on the value of another single field.
callout Builds the JavaScript required to hook a callout or popup balloon to a link, image, or other HTML element's onclick event.
htmlContent Builds the JavaScript required to hook a content area (e.g., DIV tag) to a link, image, or other HTML element's onclick event
treeBuild a Treeview.
tabPanelThis tag builds a panel to display a site as a tab.
tabA Tab which is needed by the Tabpanel and present a site.
portlet Builds the JavaScript required to build a portlet style view.
area Builds the JavaScript required to wrap an area on the page with AJAX capabilities.
displayTag Builds the JavaScript required to wrap a DisplayTag with AJAX capability.
anchors Builds the JavaScript required to rewrite HTML anchor tags with onclick events to enable AJAX capabilities.
editor Builds the JavaScript required to create an in-place editor.
submit Builds the JavaScript required to submit form and retrieve response via AJAX.
 


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