You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Lukas Theussl (JIRA)" <ji...@codehaus.org> on 2009/05/12 09:53:44 UTC

[jira] Created: (DOXIA-320) Make TOC macro CSS friendly

Make TOC macro CSS friendly 
----------------------------

                 Key: DOXIA-320
                 URL: http://jira.codehaus.org/browse/DOXIA-320
             Project: Maven Doxia
          Issue Type: Improvement
          Components: Core
    Affects Versions: 1.1
            Reporter: Lukas Theussl


The toc macro works great!
But.

It would be nice to make it CSS friendly with a divId= and/or divClass= parameter.

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

        

[jira] Issue Comment Edited: (DOXIA-320) Make TOC macro CSS friendly

Posted by "Albert Kurucz (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/DOXIA-320?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=176123#action_176123 ] 

Albert Kurucz edited comment on DOXIA-320 at 5/12/09 8:35 AM:
--------------------------------------------------------------

In case the id/class parameter exists, then the generated TOC (with the speficied id/class) should appear outside of both
<div id="bodyColumn">
<div id="contentBox">

This would allow the CSS programmer to put the TOC into the navigation column, where it really belongs.

      was (Author: ali65):
    It would be nice if the is/class parameter exists, then the generated TOC (with the speficied id/class) should appear outside of both
<div id="bodyColumn">
<div id="contentBox">

This would allow the CSS programmer to put the TOC into the navigation column, where it really belongs.
  
> Make TOC macro CSS friendly 
> ----------------------------
>
>                 Key: DOXIA-320
>                 URL: http://jira.codehaus.org/browse/DOXIA-320
>             Project: Maven Doxia
>          Issue Type: Improvement
>          Components: Core
>    Affects Versions: 1.1
>            Reporter: Lukas Theussl
>            Assignee: Lukas Theussl
>
> The toc macro works great!
> But.
> It would be nice to make it CSS friendly with a divId= and/or divClass= parameter.
> 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

        

[jira] Issue Comment Edited: (DOXIA-320) Make TOC macro CSS friendly

Posted by "Albert Kurucz (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/DOXIA-320?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=176123#action_176123 ] 

Albert Kurucz edited comment on DOXIA-320 at 5/12/09 8:41 AM:
--------------------------------------------------------------

In case the class parameter exists, then the generated TOC (with the speficied class) enclosed by its own <div>, should appear outside of both

* <div id="bodyColumn">
* <div id="contentBox">

This would allow the CSS programmer to put the TOC into the navigation column, where it really belongs.


      was (Author: ali65):
    In case the id/class parameter exists, then the generated TOC (with the speficied id/class) should appear outside of both
<div id="bodyColumn">
<div id="contentBox">

This would allow the CSS programmer to put the TOC into the navigation column, where it really belongs.
  
> Make TOC macro CSS friendly 
> ----------------------------
>
>                 Key: DOXIA-320
>                 URL: http://jira.codehaus.org/browse/DOXIA-320
>             Project: Maven Doxia
>          Issue Type: Improvement
>          Components: Core
>    Affects Versions: 1.1
>            Reporter: Lukas Theussl
>            Assignee: Lukas Theussl
>
> The toc macro works great!
> But.
> It would be nice to make it CSS friendly with a divId= and/or divClass= parameter.
> 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

        

[jira] Closed: (DOXIA-320) Make TOC macro CSS friendly

Posted by "Lukas Theussl (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/DOXIA-320?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lukas Theussl closed DOXIA-320.
-------------------------------

      Assignee: Lukas Theussl
    Resolution: Duplicate

> Make TOC macro CSS friendly 
> ----------------------------
>
>                 Key: DOXIA-320
>                 URL: http://jira.codehaus.org/browse/DOXIA-320
>             Project: Maven Doxia
>          Issue Type: Improvement
>          Components: Core
>    Affects Versions: 1.1
>            Reporter: Lukas Theussl
>            Assignee: Lukas Theussl
>
> The toc macro works great!
> But.
> It would be nice to make it CSS friendly with a divId= and/or divClass= parameter.
> 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

        

[jira] Commented: (DOXIA-320) Make TOC macro CSS friendly

Posted by "Albert Kurucz (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/DOXIA-320?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=176123#action_176123 ] 

Albert Kurucz commented on DOXIA-320:
-------------------------------------

It would be nice if the is/class parameter exists, then the generated TOC (with the speficied id/class) should appear outside of both
<div id="bodyColumn">
<div id="contentBox">

This would allow the CSS programmer to put the TOC into the navigation column, where it really belongs.

> Make TOC macro CSS friendly 
> ----------------------------
>
>                 Key: DOXIA-320
>                 URL: http://jira.codehaus.org/browse/DOXIA-320
>             Project: Maven Doxia
>          Issue Type: Improvement
>          Components: Core
>    Affects Versions: 1.1
>            Reporter: Lukas Theussl
>            Assignee: Lukas Theussl
>
> The toc macro works great!
> But.
> It would be nice to make it CSS friendly with a divId= and/or divClass= parameter.
> 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