Home
last modified time | relevance | path

Searched refs:totrows (Results 1 – 2 of 2) sorted by relevance

/plugin/searchtablejs/
H A Dtablefilter.js184 var totrows; variable
187 displayPaging ? totrows = pagingLength : totrows = getRowsNb(id);
191 totrows_span.appendChild( createText(totrows) );
360 var totrows = getRowsNb(id), hiddenrows = 0;
634 var totrows = grabEBI("totrows_span_"+id);
635 if(totrows != null && totrows.nodeName.toLowerCase() == "span" )
636 totrows.innerHTML = p;
/plugin/searchtablejs/TableFilter_EN/
H A Dtablefilter.js184 var totrows; variable
187 displayPaging ? totrows = pagingLength : totrows = getRowsNb(id);
191 totrows_span.appendChild( createText(totrows) );
360 var totrows = getRowsNb(id), hiddenrows = 0;
634 var totrows = grabEBI("totrows_span_"+id);
635 if(totrows != null && totrows.nodeName.toLowerCase() == "span" )
636 totrows.innerHTML = p;