Author: xlawrence
Date: Tue Jan 10 17:02:23 2006
New Revision: 12754
URL: https://jahia.mine.nu/websvn/listing.php?sc=1&rev=12754&repname=jahia
Log:
new AJAX based TLD to use Zimbra
Added:
trunk/core/src/webapp/WEB-INF/etc/taglibs/ajax.tld
Added: trunk/core/src/webapp/WEB-INF/etc/taglibs/ajax.tld
URL:
https://jahia.mine.nu/websvn/filedetails.php?path=/trunk/core/src/webapp/WEB-INF/etc/taglibs/ajax.tld&rev=12754&repname=jahia
==============================================================================
--- trunk/core/src/webapp/WEB-INF/etc/taglibs/ajax.tld (added)
+++ trunk/core/src/webapp/WEB-INF/etc/taglibs/ajax.tld Tue Jan 10 17:02:23 2006
@@ -0,0 +1,77 @@
+<?xml version="1.0" encoding="ISO-8859-1" ?>
+<!DOCTYPE taglib
+ PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.1//EN"
+ "http://java.sun.com/j2ee/dtds/web-jsptaglibrary_1_1.dtd">
+
+<taglib>
+ <!-- after this the default space is
+ "http://java.sun.com/j2ee/dtds/jsptaglibrary_1_2.dtd"
+ -->
+
+ <tlibversion>2.0</tlibversion>
+ <jspversion>1.1</jspversion>
+ <shortname>AJAX Tag Library</shortname>
+ <info>
+ Provides a tag library for manipulating AJAX libraries and components
+ </info>
+
+ <tag>
+ <name>zimbraInclude</name>
+ <tagclass>org.jahia.taglibs.ajax.ZimbraInclude</tagclass>
+ <bodycontent>empty</bodycontent>
+ <info>Includes all the javascript files and css required to use the
Zimbra Ajax toolKit</info>
+ </tag>
+
+ <tag>
+ <name>complexTreeInclude</name>
+ <tagclass>org.jahia.taglibs.ajax.ComplexTreeInclude</tagclass>
+ <bodycontent>empty</bodycontent>
+ <info>Includes all the javascript files and cssrequired to use the
ComplexTree. It also
+ sets up the attributes of the ComplexTree</info>
+ <attribute>
+ <name>divID</name>
+ <required>true</required>
+ <rtexprvalue>true</rtexprvalue>
+ </attribute>
+ <attribute>
+ <name>style</name>
+ <required>true</required>
+ <rtexprvalue>true</rtexprvalue>
+ </attribute>
+ <attribute>
+ <name>title</name>
+ <required>true</required>
+ <rtexprvalue>true</rtexprvalue>
+ </attribute>
+ <attribute>
+ <name>entryPointKey</name>
+ <required>true</required>
+ <rtexprvalue>true</rtexprvalue>
+ </attribute>
+ <attribute>
+ <name>entryPointURL</name>
+ <required>false</required>
+ <rtexprvalue>true</rtexprvalue>
+ </attribute>
+ <attribute>
+ <name>serverURLExpand</name>
+ <required>false</required>
+ <rtexprvalue>true</rtexprvalue>
+ </attribute>
+ <attribute>
+ <name>serverURLExpandLoaded</name>
+ <required>false</required>
+ <rtexprvalue>true</rtexprvalue>
+ </attribute>
+ <attribute>
+ <name>serverURLCollapse</name>
+ <required>false</required>
+ <rtexprvalue>true</rtexprvalue>
+ </attribute>
+ <attribute>
+ <name>additionalKey</name>
+ <required>false</required>
+ <rtexprvalue>true</rtexprvalue>
+ </attribute>
+ </tag>
+</taglib>
\ No newline at end of file