Home
last modified time | relevance | path

Searched refs:pNode (Results 1 – 3 of 3) sorted by relevance

/plugin/tablecalc/
H A Dscript.js297 if (!pNode) {
300 if (pNode) {
301 cCol = pNode.cellIndex;
302 pNode=findParentNodeByName(pNode,"TR");
303 if (pNode) {
304 cRow = pNode.rowIndex;
470 while ( ( pNode.nodeName!=st ) && (pNode.parentNode != null) ) {
471 pNode=pNode.parentNode;
473 if (pNode.nodeName!=st) {
474 pNode=0;
[all …]
/plugin/tindexmenu/
H A Dindexmenu-full.js147 dTree.prototype.addNode = function(pNode) { argument
148 var str = '', cn, n = pNode._ai, l = pNode._lv + 1;
150 if (this.aNodes[n].pid == pNode.id) {
152 cn._p = pNode;
/plugin/indexmenu/scripts/
H A Dindexmenu.js240 * @param {dTreeNode} pNode
243 dTree.prototype.addNode = function (pNode) {
244 let str = '', cn, n = pNode._ai, l = pNode._lvl + 1;
246 if (this.aNodes[n].pid === pNode.id) {
248 cn._p = pNode;
193 addNode(pNode) global() argument