Searched refs:js_opts (Results 1 – 1 of 1) sorted by relevance
/plugin/tindexmenu/syntax/ |
D | indexmenu.php | 173 …$js_opts=compact('theme','gen_id','nocookie','navbar','noscroll','maxjs','notoc','jsajax','context… 175 $js_opts, 257 $js_opts=$myns[1]; 275 if (is_numeric($js_opts['gen_id'])) { 276 $js_name .= $js_opts['gen_id']; 277 } elseif ($js_opts['gen_id'] == 'ns') { 286 $output_tmp=$this->_jstree($data,$ns,$js_opts,$js_name,$opts['max']); 293 …$output .= "indexmenu_nojsqueue.push(new Array('".$js_name."','".utf8_encodeFN($js_opts['jsajax'])… 311 function _jstree($data,$ns,$js_opts,$js_name,$max) { argument 324 $out .= "var $js_name = new dTree('".$js_name."','".$js_opts['theme']."');\n"; [all …]
|