Dtree? What doest it mean?
Dtree is a script that available to add to our blog.
Dtree Menu is similar to Window Explorer. so you can describe your article
aby using Dtree so that easier to find.
To make Dtree Menu, follow these steps :
d.add(1,0,'Node 1','link.html');
d.add(2,1,'Node 1.1','link.html');
on number 1,0 . number 1 below is a branch of the numbers 1 above 2,1
so if you want to create a new folder you can add the number 0 after the previous figures EX : 3,0
remember! the number before the number sequence 0 must follow a number of top 1,2,3,4,5,6,7,8,9 and so on.
Writing node 1, node 1.1, node 1.1.1 etc. you can replace with your post title or the other reply. while link html link you replace with the address!
If you already understand the script above then you will be easier to descrbe. even you can add it again with this :
d.add(8,0,'Node 3','link.html');
d.add(9,0,'Node 5','link.html');
But remember, change the script to be replaced as I have described above.
Good luck!
Dtree is a script that available to add to our blog.
Dtree Menu is similar to Window Explorer. so you can describe your article
aby using Dtree so that easier to find.
To make Dtree Menu, follow these steps :
- Log in to you blogger account
- in Layout, click Add Page Elemen
- klik add new page elemen, so copy the following script to the box.
<div class="dtree">
<script type="text/javascript">
<!--
d = new dTree('d');
d.add(0,-1,'My example tree');
d.add(1,0,'Node 1','link.html');
d.add(2,1,'Node 1.1','link.html');
d.add(3,2,'Node 1.1.1','link.html');
d.add(4,3,'Node 1.1.1.1','link.html');
d.add(5,0,'Node 2','link.html');
d.add(6,5,'Node 2.1','link.html');
d.add(7,5,'Node 2.2','link.html');
d.add(8,0,'Node 3','link.html');
d.add(9,0,'Node 5','link.html');
document.write(d);
//-->
</script>
</div>
note :<script type="text/javascript">
<!--
d = new dTree('d');
d.add(0,-1,'My example tree');
d.add(1,0,'Node 1','link.html');
d.add(2,1,'Node 1.1','link.html');
d.add(3,2,'Node 1.1.1','link.html');
d.add(4,3,'Node 1.1.1.1','link.html');
d.add(5,0,'Node 2','link.html');
d.add(6,5,'Node 2.1','link.html');
d.add(7,5,'Node 2.2','link.html');
d.add(8,0,'Node 3','link.html');
d.add(9,0,'Node 5','link.html');
document.write(d);
//-->
</script>
</div>
d.add(1,0,'Node 1','link.html');
d.add(2,1,'Node 1.1','link.html');
on number 1,0 . number 1 below is a branch of the numbers 1 above 2,1
so if you want to create a new folder you can add the number 0 after the previous figures EX : 3,0
remember! the number before the number sequence 0 must follow a number of top 1,2,3,4,5,6,7,8,9 and so on.
Writing node 1, node 1.1, node 1.1.1 etc. you can replace with your post title or the other reply. while link html link you replace with the address!
If you already understand the script above then you will be easier to descrbe. even you can add it again with this :
d.add(8,0,'Node 3','link.html');
d.add(9,0,'Node 5','link.html');
But remember, change the script to be replaced as I have described above.
Good luck!