Difference between revisions of "24 January 2007"

From Organic Design wiki
m
m
Line 21: Line 21:
 
<td valign=top>
 
<td valign=top>
 
Yields this result,
 
Yields this result,
 +
<div style=padding-bottom:10px></div>
 
<div class="tree-view">
 
<div class="tree-view">
 
*root
 
*root

Revision as of 00:59, 24 January 2007

New tree-view component implemented!

Normal nested bullet lists can now easily be rendered as a proper tree-view by surrounding the list in a div of class "tree-view" as in the following example. It's a transform called tree-view.php which is added to the data event of the global default-properties.xml.

This wikitext code,

<div class="tree-view">
*root
**etc
***apache2
***init.d
**bin
**var
***log
***www
****htdocs
***run
**usr
***local
***lib

Yields this result,

  • root
    • etc
      • apache2
      • init.d
    • bin
    • var
      • log
      • www
        • htdocs
      • run
    • usr
      • local
      • lib