Home
last modified time | relevance | path

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

/plugin/pgn4web/pgn4web/
H A Dpgn4web.js34 function customPgnHeaderTag(customTag, htmlElementId, gameNum) { argument
39 if (htmlElementId) {
40 var theObj = document.getElementById(htmlElementId);
48 function customPgnCommentTag(customTag, htmlElementId, plyNum, varId) { argument
54 …if ((htmlElementId) && (theObj = document.getElementById(htmlElementId)) && (typeof(theObj.innerHT…