[displaytag-cvs] displaytag/src/main/resources/META-INF displaytag-el.tld,1.4,1.5 displaytag.tld,1.4
Brought to you by:
fgiust
|
From: fabrizio g. <fg...@us...> - 2005-10-16 20:35:02
|
Update of /cvsroot/displaytag/displaytag/src/main/resources/META-INF In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18315/src/main/resources/META-INF Modified Files: displaytag-el.tld displaytag.tld Log Message: committing DISPL-245 WYSIWYG Exports - from Jorge L. Barroso + some changes and fixes Index: displaytag.tld =================================================================== RCS file: /cvsroot/displaytag/displaytag/src/main/resources/META-INF/displaytag.tld,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** displaytag.tld 21 Aug 2005 21:42:30 -0000 1.4 --- displaytag.tld 16 Oct 2005 20:34:39 -0000 1.5 *************** *** 665,668 **** --- 665,680 ---- section of the table. The totals variable, if designated, will be in pageContext in this tag. </description> + <attribute> + <name>media</name> + <required>false</required> + <rtexprvalue>true</rtexprvalue> + <type>java.lang.String</type> + <description> + Use this attribute to keep a footer from being output during an export. The caption will only render for + the named media type(s) - it won't be added to the table if the current request media is not supported. + Can be any space separated combination of 'html', 'csv', 'xml', 'all', or 'excel'. Defaults to 'all'. + See the export page in the example webapp for more details. + </description> + </attribute> <example> <![CDATA[ *************** *** 730,733 **** --- 742,757 ---- <description>html pass through attribute.</description> </attribute> + <attribute> + <name>media</name> + <required>false</required> + <rtexprvalue>true</rtexprvalue> + <type>java.lang.String</type> + <description> + Use this attribute to keep a caption from being output during an export. The caption will only render for + the named media type(s) - it won't be added to the table if the current request media is not supported. + Can be any space separated combination of 'html', 'csv', 'xml', 'all', or 'excel'. Defaults to 'all'. + See the export page in the example webapp for more details. + </description> + </attribute> <example> <![CDATA[ Index: displaytag-el.tld =================================================================== RCS file: /cvsroot/displaytag/displaytag/src/main/resources/META-INF/displaytag-el.tld,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** displaytag-el.tld 21 Aug 2005 21:42:30 -0000 1.4 --- displaytag-el.tld 16 Oct 2005 20:34:39 -0000 1.5 *************** *** 546,549 **** --- 546,561 ---- section of the table. The totals variable, if designated, will be in pageContext in this tag. </description> + <attribute> + <name>media</name> + <required>false</required> + <rtexprvalue>true</rtexprvalue> + <type>java.lang.String</type> + <description> + Use this attribute to keep a footer from being output during an export. The caption will only render for + the named media type(s) - it won't be added to the table if the current request media is not supported. + Can be any space separated combination of 'html', 'csv', 'xml', 'all', or 'excel'. Defaults to 'all'. + See the export page in the example webapp for more details. + </description> + </attribute> <example> <![CDATA[ *************** *** 605,608 **** --- 617,632 ---- <description>html pass through attribute.</description> </attribute> + <attribute> + <name>media</name> + <required>false</required> + <rtexprvalue>true</rtexprvalue> + <type>java.lang.String</type> + <description> + Use this attribute to keep a caption from being output during an export. The caption will only render for + the named media type(s) - it won't be added to the table if the current request media is not supported. + Can be any space separated combination of 'html', 'csv', 'xml', 'all', or 'excel'. Defaults to 'all'. + See the export page in the example webapp for more details. + </description> + </attribute> <example> <![CDATA[ |