5 new features (patch included): TR decorator, new layout property for page-link banner, instead of empty TD, ability to call JSCRIPT instead of requestURI, new RequestHelper -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Key: DISPL-267 URL: http://jira.codehaus.org/browse/DISPL-267 Project: DisplayTag Type: New Feature Components: Tag Library, HTML Generation, Decorators Versions: 1.0 Fix For: 1.1 Attachments: displaytag-diff.txt, srcNewClasses.rar Five cool features ready to add into displaytag (PATCH INCLUDED AND THREE NEW CLASSES ARE PROVIDED) ! 1) new jScriptName TableTag property for jscript based requestURI - Now you can build table that execute a jscript function by passing the URI as argument (this allow to perform what you want such as: form submit, validation, etc...); 2) new Request helper (QueryStringRequestHelperFactory.java & QueryStringRequestHelper.java) that generate base HREF only with parameter of QueryString (necessary to avoid to overflow requestURI when form submit are executed); 3) added new TableDecorator callback to customize <TR> html tab called decorateRowTag - Now you can add to each row: custom style, jscript event like onclick, onmouseover, etc...). The method take in input the default TR tag string that can be enriched or throw out to provide custom TR content. 4) new property to control pagebanner and pagelinks sections together - Now displaytag render pagebanner and pagelinks by following new property paging.banner.page.layout that by default contain:{0}{1} (no visual effects), where {0} is pagebanner and {1} is pagelinks. 5) avoid very empty TD tag but put instead (useful when table border is set). Sorry Fabrizio, but I have no more time to revise documentations and to provide test cases. -- 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: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ displaytag-devel mailing list displaytag-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/displaytag-devel