コード例 #1
0
 function HTML_TreeMenu_DHTMLXL($structure, $options = array())
 {
     $this->defaultProperties['selectedStyle'] = 'tmenuSelected';
     $this->defaultProperties['brOK'] = null;
     HTML_TreeMenu_DHTML::HTML_TreeMenu_DHTML($structure, $options);
 }