Lines Matching refs:btn

373 	var btn = document.createElement('button');
374 btn.className = 'geBigButton';
375 btn.style.marginBottom = '8px';
376 btn.style.fontSize = '18px';
377 btn.style.padding = '10px';
378 btn.style.width = '340px';
426 btn.style.marginBottom = '12px';
429 mxUtils.write(btn, mxResources.get('createNewDiagram'));
431 mxEvent.addListener(btn, 'click', function()
437 buttons.appendChild(btn);
440 var btn = document.createElement('button');
441 btn.className = 'geBigButton';
442 btn.style.marginBottom = '22px';
443 btn.style.fontSize = '18px';
444 btn.style.padding = '10px';
445 btn.style.width = '340px';
447 mxUtils.write(btn, mxResources.get('openExistingDiagram'));
449 mxEvent.addListener(btn, 'click', function()
454 buttons.appendChild(btn);
499 btn.style.marginBottom = '24px';
509 btn.style.marginBottom = '16px';
534 btn.style.marginBottom = '16px';
2718 var btn = addButton(tmp.url, tmp.libs, tmp.title, tmp.tooltip? tmp.tooltip : tmp.title,
2723 btn.click();
4865 var btn = mxUtils.button(mxResources.get('open'), function()
4870 btn.className = 'geBtn';
4871 btns.appendChild(btn);
5259 var btn = mxUtils.button('', fn);
5260 btn.className = 'geBtn';
5261 btn.setAttribute('title', tooltip);
5266 btn.style.minWidth = '42px';
5267 btn.style.verticalAlign = 'middle';
5268 btn.appendChild(img);
5269 btns.appendChild(btn);
7120 var btn = mxUtils.button(mxResources.get('find'), function() variable
7134 btn.setAttribute('title', mxResources.get('find') + ' (Enter)');
7135 btn.style.float = 'none';
7136 btn.style.width = '120px';
7137 btn.style.marginTop = '6px';
7138 btn.style.marginLeft = '8px';
7139 btn.style.overflow = 'hidden';
7140 btn.style.textOverflow = 'ellipsis';
7141 btn.className = 'geBtn gePrimaryBtn';
7143 btnsCont.appendChild(btn);
7151 btn.style.width = '90px';
9486 var btn = mxUtils.button(mxResources.get('link'), function()
9524 btn.className = 'geBtn';
9525 btns.appendChild(btn);
9528 var btn = mxUtils.button(mxResources.get('export'), function()
9549 btn.setAttribute('id', 'btnDownload');
9550 btn.className = 'geBtn';
9551 btns.appendChild(btn);
9586 var btn = mxUtils.button(mxResources.get('import'), function()
9596 btn.setAttribute('id', 'btnAddImage');
9597 btn.className = 'geBtn';
9599 btns.appendChild(btn);
9602 var btn = mxUtils.button(mxResources.get('addImages'), function()
9634 btn.setAttribute('id', 'btnAddImageUrl');
9635 btn.className = 'geBtn';
9636 btns.appendChild(btn);
9644 var btn = mxUtils.button(mxResources.get('save'),mxUtils.bind(this, function()
9655 btn.setAttribute('id', 'btnSave');
9656 btn.className = 'geBtn gePrimaryBtn';
9657 btns.appendChild(btn);
10095 function radioClick(btn, btnImgId, btnImgFile, otherBtnId, otherBtnImgId, otherBtnImgFile, isLarge) argument
10097 if (btn.className.indexOf('geTempDlgRadioBtnActive') > -1)
10103 btn.className += ' geTempDlgRadioBtnActive';