public function render()
 {
     parent::render();
     $o = $this->renderHead();
     $o .= '<menupopup>';
     $o .= $this->getChildrenOutput();
     $o .= '</menupopup>' . $this->renderFoot();
     return $o;
 }
 public function render()
 {
     parent::render();
     return $this->renderHead(true);
 }