Difference between revisions of "24 January 2007"

From Organic Design wiki
(News: New tree-view component implemented!)
 
m
Line 2: Line 2:
 
;New tree-view component implemented!
 
;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.
 
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.
 +
*'''NOTE:''' it's current not embedding properly, so you have to go direct to [[24 January 2007]] until fixed.
 
<table border=1 cellspacing=0 cellpadding=10><tr><td valign=top>
 
<table border=1 cellspacing=0 cellpadding=10><tr><td valign=top>
 
This wikitext code,
 
This wikitext code,

Revision as of 21:19, 23 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.

  • NOTE: it's current not embedding properly, so you have to go direct to 24 January 2007 until fixed.

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