Author: xlawrence
Date: Tue Nov 13 15:41:04 2007
New Revision: 19139

URL: https://svndev.jahia.net/websvn/listing.php?sc=3D1&rev=3D19139&repname=
=3Djahia
Log:
added reference to the following tags:
- siteMap link

Modified:
    branches/JAHIA-INCLUDE-TAG-BRANCH/core/src/webapp/WEB-INF/etc/taglibs/j=
ahia-components.tld
    branches/JAHIA-INCLUDE-TAG-BRANCH/core/src/webapp/WEB-INF/etc/taglibs/j=
ahia-html.tld

Modified: branches/JAHIA-INCLUDE-TAG-BRANCH/core/src/webapp/WEB-INF/etc/tag=
libs/jahia-components.tld
URL: https://svndev.jahia.net/websvn/diff.php?path=3D/branches/JAHIA-INCLUD=
E-TAG-BRANCH/core/src/webapp/WEB-INF/etc/taglibs/jahia-components.tld&rev=
=3D19139&repname=3Djahia
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
--- branches/JAHIA-INCLUDE-TAG-BRANCH/core/src/webapp/WEB-INF/etc/taglibs/j=
ahia-components.tld (original)
+++ branches/JAHIA-INCLUDE-TAG-BRANCH/core/src/webapp/WEB-INF/etc/taglibs/j=
ahia-components.tld Tue Nov 13 15:41:04 2007
@@ -1,14 +1,14 @@
 <?xml version=3D"1.0" encoding=3D"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";>
+        PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.1//EN"
+        "http://java.sun.com/j2ee/dtds/web-jsptaglibrary_1_1.dtd";>
 =

 <!-- a tag library descriptor -->
 =

 <taglib>
-<!-- after this the default space is
-"http://java.sun.com/j2ee/dtds/jsptaglibrary_1_2.dtd";
--->
+    <!-- after this the default space is
+    "http://java.sun.com/j2ee/dtds/jsptaglibrary_1_2.dtd";
+    -->
 =

     <tlibversion>2.0</tlibversion>
     <jspversion>1.1</jspversion>
@@ -77,8 +77,27 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
         </attribute>
+    </tag>
 =

-
+    <tag>
+        <name>default-attributes</name>
+        <tagclass>org.jahia.taglibs.AbstractJahiaTag</tagclass>
+        <info>Parent tag of all Jahia tags used to set common attributes</=
info>
+        <attribute>
+            <name>resourceBundle</name>
+            <required>false</required>
+            <rtexprvalue>true</rtexprvalue>
+        </attribute>
+        <attribute>
+            <name>xhtmlCompliantHtml</name>
+            <required>false</required>
+            <rtexprvalue>true</rtexprvalue>
+        </attribute>
+        <attribute>
+            <name>languageCode</name>
+            <required>false</required>
+            <rtexprvalue>true</rtexprvalue>
+        </attribute>
     </tag>
     =

   <tag>

Modified: branches/JAHIA-INCLUDE-TAG-BRANCH/core/src/webapp/WEB-INF/etc/tag=
libs/jahia-html.tld
URL: https://svndev.jahia.net/websvn/diff.php?path=3D/branches/JAHIA-INCLUD=
E-TAG-BRANCH/core/src/webapp/WEB-INF/etc/taglibs/jahia-html.tld&rev=3D19139=
&repname=3Djahia
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
--- branches/JAHIA-INCLUDE-TAG-BRANCH/core/src/webapp/WEB-INF/etc/taglibs/j=
ahia-html.tld (original)
+++ branches/JAHIA-INCLUDE-TAG-BRANCH/core/src/webapp/WEB-INF/etc/taglibs/j=
ahia-html.tld Tue Nov 13 15:41:04 2007
@@ -324,7 +324,8 @@
         <name>portletModes</name>
         <tagclass>org.jahia.taglibs.html.portlets.PortletModesTag</tagclas=
s>
         <info>Displays the GUI interface for portlet mode changes, as well
-            as the currently selected mode.</info>
+            as the currently selected mode.
+        </info>
         <attribute>
             <name>name</name>
             <required>true</required>
@@ -359,7 +360,8 @@
         <name>windowStates</name>
         <tagclass>org.jahia.taglibs.html.portlets.WindowStatesTag</tagclas=
s>
         <info>Displays the GUI interface for window state changes, as well
-            as the currently selected state.</info>
+            as the currently selected state.
+        </info>
         <attribute>
             <name>name</name>
             <required>true</required>
@@ -526,7 +528,9 @@
     <tag>
         <name>mediathumb</name>
         <tagclass>org.jahia.taglibs.mediagallery.MediaThumbTag</tagclass>
-        <info>display or create a thumbnail of a single webdav image. desi=
gned to be used (optionnaly) nested in previous</info>
+        <info>display or create a thumbnail of a single webdav image. desi=
gned to be used (optionnaly) nested in
+            previous
+        </info>
 =

 =

         <attribute>
@@ -585,54 +589,53 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
         </attribute>
-
     </tag>
 =

-
-     <!-- Package org.jahia.taglibs.navmenu :
-           tags for navigational menu -->
-    <!--  experimental
     <tag>
-        <name>navMenu</name>
-        <tagclass>org.jahia.taglibs.navmenu.NavMenuTag</tagclass>
-        <teiclass>org.jahia.taglibs.navmenu.NavMenuTEI</teiclass>
-        <info>Tag to render a navigational menu (leftmenu).</info>
+        <name>meta</name>
+        <tagclass>org.jahia.taglibs.metadata.HTMLMetaTag</tagclass>
+        <info>Generates a "meta" html tag</info>
         <attribute>
             <name>name</name>
             <required>true</required>
             <rtexprvalue>true</rtexprvalue>
         </attribute>
         <attribute>
-            <name>depth</name>
+            <name>value</name>
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
         </attribute>
         <attribute>
-            <name>startPid</name>
-            <required>false</required>
-            <rtexprvalue>true</rtexprvalue>
-        </attribute>
-        <attribute>
-            <name>endPid</name>
+            <name>metadata</name>
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
         </attribute>
+    </tag>
+
+    <tag>
+        <name>siteMapLink</name>
+        <tagclass>org.jahia.taglibs.html.links.SiteMapLinkTag</tagclass>
+        <info>Generates a full link or just a url to the Jahia SiteMap</in=
fo>
         <attribute>
-            <name>maxChilds</name>
+            <name>urlonly</name>
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
         </attribute>
+    </tag>
+
+    <tag>
+        <name>loginLink</name>
+        <tagclass>org.jahia.taglibs.html.links.LoginLink</tagclass>
+        <info>Generates a full link or just the url to the login engine or=
 popup</info>
         <attribute>
-            <name>expand</name>
+            <name>urlonly</name>
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
         </attribute>
         <attribute>
-            <name>displayFirst</name>
+            <name>destinationPageID</name>
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
         </attribute>
     </tag>
-    -->
-
 </taglib>

_______________________________________________
cvs_list mailing list
[email protected]
http://lists.jahia.org/cgi-bin/mailman/listinfo/cvs_list

Reply via email to