--- nfo/php/libs/com.newsblob.phphtmllib/widgets/SelectNav.inc 2003/02/27 16:57:36 1.1 +++ nfo/php/libs/com.newsblob.phphtmllib/widgets/SelectNav.inc 2003/03/01 04:54:14 1.3 @@ -1,9 +1,16 @@ 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