Home
last modified time | relevance | path

Searched refs:dokuid (Results 1 – 5 of 5) sorted by relevance

/plugin/tindexmenu/
H A Dindexmenu-full.js27 function Node(dokuid, id, pid, name, hns, isdir, ajax) { argument
28 this.dokuid = dokuid;
91 dTree.prototype.add = function(dokuid, id, pid, name, hns, isdir, ajax) { argument
92 this.aNodes[this.aNodes.length] = new Node(dokuid, id, pid, name, hns,
159 if (this.pageid == (!cn.hns && cn.dokuid || cn.hns)) {
219 (node.hns) ? str += node.hns : str += node.dokuid;
456 n = (this.aNodes[0].dokuid == '') ? 0 : this.aNodes[0].dokuid
463 if (cns == cn.dokuid || cns == cn.hns) {
471 if (cnsa == cn.dokuid || cnsa == cn.hns) {
674 req = 'req=index&idx=' + node.dokuid
[all …]
H A Dindexmenu.js25 function Node(a,c,b,d,e,f,g){this.dokuid=a;this.id=c;this.pid=b;this.name=d;this.hns=e;this.isdir=f…
31 …is.config.useCookies)&&(b._io=this.isOpen(b.id)),this.pageid==(!b.hns&&b.dokuid||b.hns)?b._cp=!0:b…
34 …eFdUrl":"nodeUrl"),e+='" href="'+this.config.urlbase,a.hns?e+=a.hns:e+=a.dokuid,e+='" title="'+a.n…
45dokuid?0:this.aNodes[0].dokuid.split(this.config.sepchar).length,b.splice(a+c,b.length),b=b.join(t…
52 …"#t"+this.obj)[0],d=this.aNodes[a].hns?this.aNodes[a].hns:this.aNodes[a].dokuid,b.onmousedown=func…
55 …ew sack(DOKU_BASE+"lib/plugins/indexmenu/ajax.php"),a="req=index&idx="+c.dokuid+decodeURIComponent…
/plugin/indexmenu/scripts/
H A Dindexmenu.js54 * @param {string} dokuid page id of node
63 function dTreeNode(dokuid, id, pid, name, hns, isdir, ajax) {
65 this.dokuid = dokuid; // page id of node
176 * @param {string} dokuid page id of node
184 dTree.prototype.add = function (dokuid, id, pid, name, hns, isdir, ajax) {
185 this.aNodes[this.aNodes.length] = new dTreeNode(dokuid, id, pid, name, hns, isdir, ajax);
255 if (this.pageid === (!cn.hns && cn.dokuid || cn.hns)) {
316 (node.hns) ? str += node.hns : str += node.dokuid;
614 n = (this.aNodes[0].dokuid
41 dTreeNode(dokuid, id, pid, name, hns, isdir, ajax) global() argument
134 add(dokuid, id, pid, name, hns, isdir, ajax) global() argument
[all...]
H A Dcontextmenu.local.js.example22 //indexmenu_contextmenu['all']['pg']['view'].splice(1, 0, ['Input new page', '"javascript: IndexmenuContextmenu.reqpage(\'"+index.config.urlbase+"\',\'"+index.config.sepchar+"\',\'"+node.dokuid+"\');"']);
50 * - IndexmenuContextmenu.srchpage(urlbase, sepchar, isdir, dokuid)
51 * - IndexmenuContextmenu.getid(urlbase, dokuid)
52 * - IndexmenuContextmenu.reqpage(urlbase, sepchar, dokuid, pagename)
53 * - IndexmenuContextmenu.insertTags(dokuid, sepchar)
H A Dcontextmenu.js7 * node.dokuid = the DW id (namespace parent in case of headpage);
66 * indexmenu_contextmenu['all']['pg']['view'].splice(1, 0, ['Input new page', '"javascript: IndexmenuContextmenu.reqpage(\'"+index.config.urlbase+"\',\'"+index.config.sepchar+"\',\'"+node.dokuid+"\');"']);
96 [LANG.plugins.indexmenu.search, '"javascript: IndexmenuContextmenu.srchpage(\'"+index.config.urlbase+"\',\'"+index.config.sepchar+"\',\'"+node.isdir+"\',\'"+node.dokuid+"\');"', LANG.plugins.indexmenu.searchtooltip]
109 [LANG.plugins.indexmenu.headpage, '"javascript: IndexmenuContextmenu.reqpage(\'"+index.config.urlbase+"\',\'"+index.config.sepchar+"\',\'"+node.dokuid+"\',\'"+node.name+"\');"', LANG.plugins.indexmenu.headpagetooltip],
111 [LANG.plugins.indexmenu.custompage, '"javascript: IndexmenuContextmenu.reqpage(\'"+index.config.urlbase+"\',\'"+index.config.sepchar+"\',\'"+node.dokuid+"\');"', LANG.plugins.indexmenu.custompagetooltip]
124 [LANG.plugins.indexmenu.newpage, '"javascript: IndexmenuContextmenu.reqpage(\'"+index.config.urlbase+"\',\'"+index.config.sepchar+"\',\'"+node.dokuid+"\');"', LANG.plugins.indexmenu.newpagetooltip],
126 [LANG.plugins.indexmenu.headpagehere, '"javascript: IndexmenuContextmenu.reqpage(\'"+index.config.urlbase+"\',\'"+index.config.sepchar+"\',\'"+node.dokuid+"\',\'"+node.name+"\');"', LANG.plugins.indexmenu.headpageheretooltip],
127 [LANG.plugins.indexmenu.acls, 'IndexmenuContextmenu.getid(index.config.urlbase,node.dokuid)+"do=admin&page=acl"']
138 [LANG.plugins.indexmenu.newpagehere, '"javascript: IndexmenuContextmenu.reqpage(\'"+index.config.urlbase+"\',\'"+index.config.sepchar+"\',\'"+node.dokuid+"\');"'],
141 [LANG.plugins.indexmenu.headpagehere, '"javascript: IndexmenuContextmenu.reqpage(\'"+index.config.urlbase+"\',\'"+index.config.sepchar+"\',\'"+node.dokuid
[all...]