|
From: <de...@us...> - 2006-12-20 11:00:33
|
Revision: 318
http://svn.sourceforge.net/salto-framework/?rev=318&view=rev
Author: denolfj
Date: 2006-12-20 03:00:32 -0800 (Wed, 20 Dec 2006)
Log Message:
-----------
Modified Paths:
--------------
salto-framework/trunk/webapp/fwk/config/salto.tld
Modified: salto-framework/trunk/webapp/fwk/config/salto.tld
===================================================================
--- salto-framework/trunk/webapp/fwk/config/salto.tld 2006-12-20 10:59:52 UTC (rev 317)
+++ salto-framework/trunk/webapp/fwk/config/salto.tld 2006-12-20 11:00:32 UTC (rev 318)
@@ -360,6 +360,13 @@
</description>
</attribute>
<attribute>
+ <name>exportedObjectName</name>
+ <required>false</required>
+ <rtexprvalue>true</rtexprvalue>
+ <type>java.lang.String</type>
+ <description>le nom sous lequel l'objet en cours de traitement dans la liste sera mis \xE0 disposition dans le contexte de page </description>
+ </attribute>
+ <attribute>
<name>htmlAttributes</name>
<required>false</required>
<rtexprvalue>true</rtexprvalue>
@@ -415,6 +422,15 @@
<type>java.lang.String</type>
<description>Id of the table linked</description>
</attribute>
+ <attribute>
+ <name>className</name>
+ <required>false</required>
+ <rtexprvalue>true</rtexprvalue>
+ <type>java.lang.String</type>
+ <description>className of the table</description>
+ </attribute>
+
+
</tag>
<tag>
<name>scrollcolumn</name>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|