Lines Matching refs:js_opts
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";
328 if ($js_opts['notoc']) $out .="$js_name.config.toc=false;\n";
329 if ($js_opts['nocookie']) $out .="$js_name.config.useCookies=false;\n";
330 if ($js_opts['noscroll']) $out .="$js_name.config.scroll=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'…
340 $out .= (int) is_file(INDEXMENU_IMG_ABSDIR.'/'.$js_opts['theme'].'/style.css').",";
341 $out .= (int) $js_opts['nocookie'].",";
343 $out .= (int) $js_opts['navbar'].",$max";