[ http://issues.apache.org/jira/browse/BEEHIVE-974?page=comments#action_12332105 ]
Carlin Rogers commented on BEEHIVE-974: --------------------------------------- Notes about the specific files added and moved in svn... in trunk/netui/src/tags-html/org/apache/beehive/netui/tags/tree/ I moved - TagTreeRenderer.java to TagTreeRenderSupport.java - ServletTreeRenderer.java to ServletTreeRenderSupport.java and added... - TreeRenderSupport.java - TreeRendererFactory.java Also added all the test files in trunk/netui/test/webapps/drt/coreWeb/tree/renderer/ - Controller.jpf - index.jsp - TestTreeRenderer.java And the TestRecorder recording... - trunk/netui/test/webapps/drt/testRecorder/tests/TreeRenderer.xml Let me know if there are any issues. > Allow users to define their own tree renderer > --------------------------------------------- > > Key: BEEHIVE-974 > URL: http://issues.apache.org/jira/browse/BEEHIVE-974 > Project: Beehive > Type: Improvement > Components: NetUI > Versions: V1 > Reporter: Carlin Rogers > Assignee: Rich Feit > Fix For: 1.1 > Attachments: j974-patch.txt > > From the email thread on the beehive dev list, there was a discussion about > how to allow control of formatting and white space in the NetUI tree > rendering. Some folks want to completely control white space in the tree > rendering using CSS and/or image padding and not have the " " entities, > space characters, and line breaks in the node markup. The discussion led to a > suggestion to allow overriding the default NetUI implementation of the > TreeRenderer. See the "Control of white space in the NetUI tree rendering..." > thread from early October in the beehive dev list. > http://mail-archives.apache.org/mod_mbox/beehive-dev/200510.mbox/thread > I will attach a patch for review and will describe some of the detail in the > design. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
