Searched refs:js_name (Results 1 – 2 of 2) sorted by relevance
| /plugin/indexmenu/syntax/ |
| D | indexmenu.php | 501 $js_name = "indexmenu_" . $js_dTreeOpts['identifier']; 516 $output_js .= $this->builddTree($nodes, $ns, $js_dTreeOpts, $js_name, $opts['max']); 519 $output_js .= $this->buildFancyTree($js_name, $ns, $opts, $sort); 526 $output .= $this->buildNoJSTree($nodes, $js_name, $js_dTreeOpts['jsAjax']); 531 private function buildNoJSTree($nodes, $js_name, $jsAjax) argument 538 …. '<div id="nojs_' . $js_name . '" data-jsajax="' . utf8_encodeFN($jsAjax) . '" class="indexmenu_n… 544 private function buildFancyTree($js_name, $ns, $opts, $sort) argument 565 return '<div id="tree2_' . $js_name . '" class="indexmenu_js2 skin-' . $opts['theme'] . '"' 575 * @param string $js_name identifier for this index 584 private function builddTree($nodes, $ns, $js_dTreeOpts, $js_name, $max) argument [all …]
|
| /plugin/tindexmenu/syntax/ |
| D | indexmenu.php | 265 $js_name="indexmenu_"; 276 $js_name .= $js_opts['gen_id']; 278 $js_name .= sprintf("%u",crc32($ns)); 280 $js_name .= uniqid(rand()); 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'])… 297 $output.="\n".'<div id="nojs_'.$js_name.'" class="indexmenu_nojs"'; 311 function _jstree($data,$ns,$js_opts,$js_name,$max) { argument 324 $out .= "var $js_name = new dTree('".$js_name."','".$js_opts['theme']."');\n"; 326 $out .= "$js_name.config.urlbase='".substr(wl(":"), 0, -1)."';\n"; [all …]
|