Home
last modified time | relevance | path

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

/plugin/tagentry/
H A Dscript.js1 function tagentry_clicktag(tagname, cbox) { argument
2 tagentry_settag(tagname,cbox.checked);
/plugin/pdfjs/pdfjs/web/
H A Ddebugger.js340 var cbox = c('input');
341 cbox.type = 'checkbox';
342 cbox.className = 'points';
343 cbox.checked = checked;
344 cbox.dataset.idx = i;
345 cbox.onclick = cboxOnClick;
347 breakCell.appendChild(cbox);
/plugin/datatables/assets/pdfmake/build/
H A Dpdfmake.min.js