[Join-cvs] join1/lib/tlds ajaxtags.tld,NONE,1.1
Brought to you by:
lbroudoux
|
From: Laurent B. <lbr...@us...> - 2008-01-28 00:30:42
|
Update of /cvsroot/join/join1/lib/tlds In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv18297/join1/lib/tlds Added Files: ajaxtags.tld Log Message: Add ajax support and nifty cubes for nice rounded corners ! --- NEW FILE: ajaxtags.tld --- <?xml version="1.0" encoding="ISO-8859-1"?> <!DOCTYPE taglib PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.2//EN" "http://java.sun.com/dtd/web-jsptaglibrary_1_2.dtd"> <taglib xmlns="http://java.sun.com/JSP/TagLibraryDescriptor"> <tlib-version>1.1</tlib-version> <jsp-version>1.2</jsp-version> <short-name>Ajax Tag Library</short-name> <uri>http://ajaxtags.org/tags/ajax</uri> <description>Ajax Tag Library</description> <tag> <name>select</name> <tag-class>org.ajaxtags.tags.AjaxSelectTag</tag-class> <description> Builds the JavaScript required to populate a select box based on some event </description> [...1150 lines suppressed...] <name>target</name> <required>true</required> <rtexprvalue>true</rtexprvalue> <description> The target region on the page where the AJAX response will be written, often a DIV tag </description> </attribute> <attribute> <name>ajaxFlag</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <description> A true/false flag to indicate whether the rest of the page should be ignored in an AJAX call [default=false] </description> </attribute> </tag> </taglib> |