Difference between revisions of "24 January 2007"

From Organic Design wiki
m
m
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
[[Category:Tree view]]
 
<table class=document-code><tr><td>
 
<table class=document-code><tr><td>
 
;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. It's a transform called [[tree-view.php]] which is added to the [[data]] event of the global [[default-properties.xml]].
*'''NOTE:''' it's current not embedding properly, so you have to go direct to [[24 January 2007]] until fixed.
+
<table border=0><tr><td valign=top>
<table border=1 cellspacing=0 cellpadding=10><tr><td valign=top>
 
 
This wikitext code,
 
This wikitext code,
 
  &lt;div class="tree-view">
 
  &lt;div class="tree-view">
Line 20: Line 20:
 
  ***lib
 
  ***lib
 
  </div>
 
  </div>
 +
<td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 
<td valign=top>
 
<td valign=top>
 
Yields this result,
 
Yields this result,
<div class="tree-view">
+
<div style=padding-bottom:10px></div>
 +
<div class="tree-view" id=2>
 
*root
 
*root
 
**etc
 
**etc

Latest revision as of 12:40, 7 March 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