Home
last modified time | relevance | path

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

/plugin/tablecalc/src/tablecalc/
Dscript.js364 function tablecalc(divID, formula, final) { argument
396 tablecalc_log("Entering: "+divID+"=>"+formula+"; is final: "+final);
397 var div = document.getElementById(divID);
438 tablecalcAddDefer(divID,oFormula);
467 tablecalcAddDefer(divID,oFormula);
515 tablecalcAddDefer(divID,oFormula);
524 tablecalcAddDefer(divID,oFormula);
532 function tablecalcAddDefer(divID,formula) { argument
533 if (typeof tablecalc_defer[divID] == 'undefined') {
534 tablecalc_defer[divID]=formula;
[all …]
/plugin/tablemath/
Dscript.js1 function tablemath(divID,method,rangeStr) argument
4 var div = document.getElementById(divID);