Searched refs:js_opts (Results 1 – 2 of 2) sorted by relevance
/plugin/tindexmenu/syntax/ |
H A D | indexmenu.php | 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') { 311 function _jstree($data,$ns,$js_opts,$js_name,$max) { argument 328 if ($js_opts['notoc']) $out .="$js_name.config.toc=false;\n"; 331 if ($js_opts['maxjs'] > 0) $out .= "$js_name.config.maxjs=".$js_opts['maxjs'].";\n"; 332 …if (!empty($js_opts['jsajax'])) $out .= "$js_name.config.jsajax='".utf8_encodeFN($js_opts['jsajax'… 341 $out .= (int) $js_opts['nocookie'].","; [all …]
|
/plugin/indexmenu/syntax/ |
H A D | indexmenu.php | 444 _jstree($data, $ns, $js_opts, $js_name, $max) global() argument
|