/**
  * Get HTML
  *
  * @return string html
  */
 function getHTML()
 {
     if ($this->getPreloadChilds()) {
         $this->preloadChilds();
     }
     return parent::getHTML();
 }