Changes between Version 2 and Version 3 of ChildTicketTreeMacro


Ignore:
Timestamp:
Aug 6, 2011, 8:33:35 PM (13 years ago)
Author:
Mark Ryan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ChildTicketTreeMacro

    v2 v3  
    2323You can check out ChildTicketTreeMacro from [http://trac-hacks.org/svn/childtickettreemacro here] using Subversion, or [source:childtickettreemacro browse the source] with Trac.
    2424
    25 == Example ==
     25== Examples ==
    2626
     27Used alone in a ticket field, will take the current ticket as the top level and print the tree.
    2728{{{
    28 [[ChildTicketTree]] - Used alone in a ticket field, will take the current ticket as the top level and print the tree.
    29 [[ChildTicketTree(#1)]] - Can be used in any wiki page anywhere and provides a tree for ticket with id '#1' ('1' ie. without '#' also accepted).
    30 [[ChildTicketTree(ticket=1)]] - The ticket number can also be explicitly given as an argument.
    31 [[ChildTicketTree(style=progress)]] - (Not yet implemented) Shows a progress bar instead of a 'list'.
     29[[ChildTicketTree]]
     30}}}
     31Can be used in any wiki page anywhere and provides a tree for ticket with id '#1' ('1' ie. without '#' also accepted).
     32{{{
     33[[ChildTicketTree(#1)]]
     34}}}
     35The ticket number can also be explicitly given as an argument.
     36{{{
     37[[ChildTicketTree(ticket=1)]]
     38}}}
     39Include the parent ticket (given as argument above) in the output.
     40{{{
     41[[ChildTicketTree(root=true)]]
    3242}}}
    3343