Improve toc macro for CSS ------------------------- Key: DOXIA-319 URL: http://jira.codehaus.org/browse/DOXIA-319 Project: Maven Doxia Issue Type: Improvement Environment: any Reporter: Albert Kurucz Priority: Minor
The toc macro in APT works great! example: %{toc|section=0} But. It would be nice to make it CSS friendly with an divId= and/or divClass= parameter. example: %{toc|section=0|divID=myTOC} If divId or div/Class parameter exists, the toc macro should change the enclosing <div class="section"> accordingly. If there is no enclosing <div class="section">, then create an additional <div> around the generated <ul><li> structure, which has the id/class as specified. -- 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