[ http://jira.codehaus.org/browse/DISPL-230?page=comments#action_62645 ] 

Tahiry FENO commented on DISPL-230:
-----------------------------------

thanks for this patch, i had to modify:
- TableProperties.java : getAddExportBannerTop() should use the new property 
PROPERTY_STRING_EXPORTBANNER_PLACEMENT
- TableTag.java : writeHTMLData() should check if export is activated and if 
there is data to export before calling writeExportLinks() :
if (this.export && this.properties.getAddExportBannerTop()  && 
this.tableModel.getRowListPage().size() != 0) //...

> Add position option for export links (export.banner.placement) - Similar to 
> paging.banner.placement
> ---------------------------------------------------------------------------------------------------
>
>          Key: DISPL-230
>          URL: http://jira.codehaus.org/browse/DISPL-230
>      Project: DisplayTag
>         Type: Improvement

>   Components: Export
>     Versions: 1.0
>     Priority: Trivial
>      Fix For: TBD
>  Attachments: export_banner_placement_fixes.zip
>
> Original Estimate: 6 hours
>         Remaining: 6 hours
>
> Add the ability to set the export banner to either TOP, BOTTOM, BOTH (similar 
> to paging banner placement).
> I've got the code working, I'll clean it and send it up.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
displaytag-devel mailing list
displaytag-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-devel

Reply via email to