--- nfo/php/libs/com.newsblob.phphtmllib/widgets/DHTMLTreeNav.inc 2003/02/27 16:57:17 1.1
+++ nfo/php/libs/com.newsblob.phphtmllib/widgets/DHTMLTreeNav.inc 2003/02/28 04:24:17 1.2
@@ -1,9 +1,13 @@
add('
');
-*/
+ */
- $this->add('
-
+ $this->add('');
+ /*
+ // benchmarking - before
+ $this->add('
');
+ */
- // V1:
- /*
- //$this->treeMenu->printMenu();
- $this->add("treeMenu: ", html_br(), $this->treeMenu->toHTML(), html_br(), html_br());
- //$this->listBox->printMenu();
- $this->add("listBox: ", $this->listBox->toHTML());
- */
-
- // V2:
- $this->add($this->menuobject->toHTML());
-
+ $this->add($this->menuobject->toHTML());
+ /*
+ // benchmarking - afterwards
$this->add('
');
+ */
}
-/*
- function render() {
- $this->_init1();
- $this->_init2();
- }
-*/
-
}
?>
\ No newline at end of file