Home
last modified time | relevance | path

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

/plugin/diagramsnet/lib/js/diagramly/
H A DEditorUi.js15158 function showBusy(commentDiv) argument
15163 commentDiv.appendChild(busyImg);
15164 commentDiv.busyImg = busyImg;
15167 function showError(commentDiv) argument
15169 commentDiv.style.border = '1px solid red';
15170 commentDiv.removeChild(commentDiv.busyImg);
15173 function showDone(commentDiv) argument
15175 commentDiv.style.border = '';
15176 commentDiv.removeChild(commentDiv.busyImg);