--- 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/02/28 04:24:17 1.2 @@ -1,9 +1,13 @@ 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(' '); + */ }