Lines Matching refs:treeName

109 function dTree(treeName, theme) {  argument
142 this.treeName = treeName; // (unique) name of this indexmenu
192 if (!this.getCookie('co' + this.treeName)) {
206 …str += '<div id="cdtree_' + this.treeName + '" class="dtree" style="position:relative;overflow:hid…
208 …str += '<div id="dtree_' + this.treeName + '" class="dtree ' + this.config.theme + '" style="overf…
215 if (jQuery('#dtree_' + this.treeName)[0]) {
219 …str += '<div id="t' + this.treeName + '" class="indexmenu_tocbullet ' + this.config.theme + '" sty…
220 str += '<div id="toc_' + this.treeName + '" style="display:none;"></div>';
227 str += '<div id="z' + this.treeName + '" class="indexmenu_rarrow"></div>';
228treeName + '" class="indexmenu_larrow" style="display:none;" title="Click to scroll back" onmoused…
233 jQuery('#nojs_' + this.treeName).css("display", "none"); //using .hide(); let's crash opera
299 … + this.treeName + '.show_feat(\'' + nodeId + '\');" onmousedown="return IndexmenuContextmenu.chec…
312 …str += '<img id="i' + this.treeName + nodeId + '" src="' + ((node._io) ? node.iconOpen : node.icon…
314 …str += '<a id="s' + this.treeName + nodeId + '" class="' + ((node._cp) ? 'navSel' : ((node._is) ? …
318 str += ' onclick="javascript: ' + this.treeName + '.s(' + nodeId + ');"';
322 …str += '<a id="s' + this.treeName + nodeId + '" href="javascript: ' + this.treeName + '.o(' + node…
328 …str += '<div id="d' + this.treeName + nodeId + '" class="clip" style="display:' + ((this.root.id =…
357 str += '<a href="javascript: ' + this.treeName + '.o(' + nodeId + ');">' +
358 '<img id="j' + this.treeName + nodeId + '" src="' +
394 let sn = this.getCookie('cs' + this.treeName);
406 eNew = jQuery("#s" + this.treeName + id)[0];
411 eOld = jQuery("#s" + this.treeName + this.selectedNode)[0];
417 this.setCookie('cs' + this.treeName, cn.id);
496 } else if (!this.config.useCookies || !this.getCookie('co' + this.treeName)) {
515 eJoin = jQuery('#j' + this.treeName + id)[0];
516 eIcon = jQuery('#i' + this.treeName + id)[0];
519 jQuery('#d' + this.treeName + id)[0].style.display = (status) ? 'block' : 'none';
529 this.setCookie('co' + this.treeName, 'cookieValue', yday);
530 this.setCookie('cs' + this.treeName, 'cookieValue', yday);
583 this.setCookie('co' + this.treeName, str);
593 let n, aOpen = this.getCookie('co' + this.treeName).split('.');
651 $eLoad = jQuery('#l' + this.treeName);
653 $eLoad = IndexmenuUtils.createPicker('l' + this.treeName, 'picker');
655 jQuery('#s' + this.treeName + n).parent().append($eLoad);
673 eDiv = jQuery('#d' + this.treeName + id)[0];
697 let n, cn, aOpen = this.getCookie('co' + this.treeName).split('.');
723 dtree = jQuery('#dtree_' + this.treeName)[0];
726 jQuery('#left_' + this.treeName)[0].style.border = "thin inset";
729 nodeId = jQuery('#s' + this.treeName + n)[0];
761 jQuery('#dtree_' + self.treeName)[0].style.left = lft + "px";
780 jQuery('#dtree_' + self.treeName)[0].style.left = lft + "px";
793 jQuery('#left_' + this.treeName)[0].style.border = "none";
804 var w, div, id, dtree, dtreel, self, node = jQuery('#s' + this.treeName + n)[0];
807 div = jQuery('#t' + this.treeName)[0];
810 …l=indexmenu&req=toc&id=' + decodeURIComponent(id), 'picker_' + self.treeName, 't' + self.treeName);
818 div = jQuery('#z' + this.treeName)[0];
832 dtree = jQuery('#dtree_' + this.treeName)[0];
850 let dtree, w, h, left = jQuery('#left_' + this.treeName)[0];
855 dtree = jQuery('#dtree_' + this.treeName)[0];
908 jQuery('#l' + selft.treeName).hide();
939 cdtree = jQuery("#cdtree_" + this.treeName)[0];
940 $rmenu = jQuery('#r' + this.treeName)[0];
968 let o = jQuery('#' + objName + this.treeName)[0];
1002 IndexmenuUtils.createPicker('r' + this.treeName, 'indexmenu_rmenu ' + this.config.theme);
1003 jQuery('#r' + this.treeName)[0].oncontextmenu = IndexmenuContextmenu.stopevt;