Home
last modified time | relevance | path

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

/plugin/diagramsnet/lib/plugins/
H A Dsql.js597 var resetBtn = mxUtils.button(mxResources.get('reset'), function() {
601 resetBtn.style.marginTop = '8px';
602 resetBtn.style.marginRight = '4px';
603 resetBtn.style.padding = '4px';
604 div.appendChild(resetBtn);
/plugin/diagramsnet/lib/js/diagramly/
H A DDialogs.js1844 resetBtn.className = 'geBtn';
1845 resetBtn.width = '100';
1846 btns.appendChild(resetBtn);
7107 resetBtn.style.float = 'none';
7108 resetBtn.style.width = '120px';
7109 resetBtn.style.marginTop = '6px';
7110 resetBtn.style.marginLeft = '8px';
7113 resetBtn.className = 'geBtn';
7117 btnsCont.appendChild(resetBtn);
7150 resetBtn.style.width = '90px';
[all …]
H A DEditor.js6035 var resetBtn = mxUtils.button(mxResources.get('reset'), function(evt)
6048 resetBtn.setAttribute('title', mxResources.get('reset'));
6049 resetBtn.className = 'geBtn';
6050 resetBtn.style.margin = '0 4px 0 0';
6338 footer.appendChild(resetBtn);