Lines Matching refs:button

38 		var button = document.createElement('a');
39 button.style.overflow = 'hidden';
40 button.style.display = 'inline-block';
41 button.className = 'geBaseButton';
42 button.style.boxSizing = 'border-box';
43 button.style.fontSize = '11px';
44 button.style.position = 'relative';
45 button.style.margin = '4px';
46 button.style.marginTop = '8px';
47 button.style.marginBottom = '0px';
48 button.style.padding = '8px 10px 8px 10px';
49 button.style.width = '88px';
50 button.style.height = '100px';
51 button.style.whiteSpace = 'nowrap';
52 button.setAttribute('title', title);
62 button.appendChild(label);
74 button.appendChild(logo);
84 button.style.padding = '0px 10px 20px 10px';
85 button.style.top = '6px';
105 mxEvent.addListener(button, 'click', (clientFn != null) ? clientFn : function()
161 spinner.spin(button);
169 button.style.display = 'none';
195 container.appendChild(button);
740 previewBtn = mxUtils.button((previewTitle != null) ? previewTitle :
808 var downloadBtn = mxUtils.button(mxResources.get('download'), function()
823 var fbBtn = mxUtils.button('', function()
855 var tweetBtn = mxUtils.button('', function()
888 var closeBtn = mxUtils.button(mxResources.get('close'), function()
895 var copyBtn = mxUtils.button(mxResources.get('copy'), function()
1205 var closeBtn = mxUtils.button(mxResources.get('close'), function()
1449 var cancelBtn = mxUtils.button(mxResources.get('close'), function()
1470 var okBtn = mxUtils.button(mxResources.get('insert'), function(evt)
1831 var resetBtn = mxUtils.button(mxResources.get('reset'), function()
1848 var cancelBtn = mxUtils.button(mxResources.get('cancel'), function()
1861 applyBtn = mxUtils.button(mxResources.get('apply'), function()
2472 var helpBtn = mxUtils.button(mxResources.get('help'), function()
2483 var cancelBtn = mxUtils.button(mxResources.get('close'), function()
2505 var okBtn = mxUtils.button(mxResources.get('insert'), function(evt)
2746 var createButton = mxUtils.button(createButtonLabel || mxResources.get('create'), function()
2779 var templatesTab = mxUtils.button(mxResources.get('Templates', null, 'Templates'), function()
2881 var recentTab = mxUtils.button(mxResources.get('Recent', null, 'Recent'), function()
2912 var searchBtn = mxUtils.button(mxResources.get('search'), function()
3860 var helpBtn = mxUtils.button(mxResources.get('help'), function()
3869 var cancelBtn = mxUtils.button(mxResources.get('cancel'), function()
3889 var fromTmpBtn = mxUtils.button(mxResources.get('fromTemplateUrl'), function()
3918 var importBtn = mxUtils.button(mxResources.get('import'), function()
4045 copyBtn = mxUtils.button(mxResources.get('copy'), function(evt)
4086 var button = document.createElement('a');
4087 button.style.overflow = 'hidden';
4096 button.style.display = 'inline-block';
4097 button.className = 'geBaseButton';
4098 button.style.position = 'relative';
4099 button.style.margin = '4px';
4100 button.style.padding = '8px 8px 10px 8px';
4101 button.style.whiteSpace = 'nowrap';
4103 button.appendChild(logo);
4105 button.style.color = 'gray';
4106 button.style.fontSize = '11px';
4109 button.appendChild(label);
4114 mxEvent.addListener(button, 'click', function()
4143 spinner.spin(button);
4151 button.style.display = 'none';
4172 buttons.appendChild(button);
4380 var helpBtn = mxUtils.button(mxResources.get('help'), function()
4389 var cancelBtn = mxUtils.button(mxResources.get((cancelFn != null) ? 'close' : 'cancel'), function()
4428 var laterBtn = mxUtils.button(mxResources.get('decideLater'), function()
4439 var openBtn = mxUtils.button(mxResources.get('openInNewWindow'), function()
4450 var downloadButton = mxUtils.button(mxResources.get('download'), function()
4473 var createBtn = mxUtils.button(btnLabel || mxResources.get('create'), function()
4526 var replaceBtn = mxUtils.button(mxResources.get('openInThisWindow'), function()
4545 var wndBtn = mxUtils.button(mxResources.get('openInNewWindow'), function()
4790 var cancelBtn = mxUtils.button(mxResources.get('cancel'), function()
4865 var btn = mxUtils.button(mxResources.get('open'), function()
4878 var cropBtn = mxUtils.button(mxResources.get('crop'), function()
4901 var applyBtn = mxUtils.button(mxResources.get('apply'), function()
5098 var mainBtn = mxUtils.button(btnLabel, function()
5200 var helpBtn = mxUtils.button(mxResources.get('help'), function()
5214 var cancelBtn = mxUtils.button(mxResources.get('cancel'), function()
5259 var btn = mxUtils.button('', fn);
5428 var sendButton = mxUtils.button(mxResources.get('sendMessage'), function()
5555 var cancelBtn = mxUtils.button(mxResources.get('cancel'), function()
5707 var zoomInBtn = mxUtils.button('', function()
5722 var zoomOutBtn = mxUtils.button('', function()
5737 var zoomFitBtn = mxUtils.button('', function()
5754 var zoomActualBtn = mxUtils.button('', function()
5771 var compareBtn = mxUtils.button('', function() { });
5841 var downloadBtn = mxUtils.button(mxResources.get('download'), function()
5864 var restoreBtn = mxUtils.button(mxResources.get('restore'), function(e)
5960 var newBtn = mxUtils.button(mxResources.get('edit'), function()
5981 var showBtn = mxUtils.button(mxResources.get('show'), function()
6354 var closeBtn = mxUtils.button(mxResources.get('close'), function()
6515 var zoomInBtn = mxUtils.button('', function()
6526 var zoomOutBtn = mxUtils.button('', function()
6537 var zoomFitBtn = mxUtils.button('', function()
6550 var zoomActualBtn = mxUtils.button('', function()
6562 var restoreBtn = mxUtils.button(discardLabel || mxResources.get('discard'), function()
6592 var showBtn = mxUtils.button(editLabel || mxResources.get('edit'), function()
6705 var cancelBtn = mxUtils.button(mxResources.get('cancel'), function()
6712 var ignoreBtn = (ignoreFn != null) ? mxUtils.button(mxResources.get('ignore'), ignoreFn) : null;
7088 var resetBtn = mxUtils.button(mxResources.get('reset'), function()
7120 var btn = mxUtils.button(mxResources.get('find'), function()
7212 var replaceFindBtn = mxUtils.button(mxResources.get('replFind'), function()
7249 var replaceBtn = mxUtils.button(mxResources.get('replace'), function()
7280 var replaceAllBtn = mxUtils.button(mxResources.get('replaceAll'), function()
7352 var closeBtn = mxUtils.button(mxResources.get('close'), mxUtils.bind(this, function()
7493 var startBtn = mxUtils.button(mxResources.get('startDrawing'), function()
7739 var button = mxUtils.button(mxResources.get('authorize'), function()
7744 button.insertBefore(img, button.firstChild);
7745 button.style.marginTop = '6px';
7746 button.className = 'geBigButton';
7747 button.style.fontSize = '18px';
7748 button.style.padding = '14px';
7752 div.appendChild(button);
8021 var cancelBtn = mxUtils.button(mxResources.get('cancel'), function()
8027 var applyBtn = mxUtils.button(mxResources.get('apply'), function()
8168 var cancelBtn = mxUtils.button(mxResources.get('cancel'), function()
8174 var applyBtn = mxUtils.button(mxResources.get('apply'), function()
8276 var addBtn = mxUtils.button(mxResources.get('add') + '...', addFn != null? function()
8312 var customBtn = mxUtils.button(mxResources.get('custom') + '...', function()
8363 var cancelBtn = mxUtils.button(mxResources.get('cancel'), function()
8370 var applyBtn = mxUtils.button(mxResources.get('apply'), function()
8384 var helpBtn = mxUtils.button(mxResources.get('help'), function()
8516 var cancelBtn = mxUtils.button(mxResources.get('cancel'), function()
8522 var applyBtn = mxUtils.button(mxResources.get('apply'), function()
8718 var cancelBtn = mxUtils.button(mxResources.get('cancel'), function()
8725 var applyBtn = mxUtils.button(mxResources.get('apply'), function()
9469 var cancelBtn = mxUtils.button(mxResources.get('cancel'), function()
9486 var btn = mxUtils.button(mxResources.get('link'), function()
9528 var btn = mxUtils.button(mxResources.get('export'), function()
9586 var btn = mxUtils.button(mxResources.get('import'), function()
9602 var btn = mxUtils.button(mxResources.get('addImages'), function()
9644 var btn = mxUtils.button(mxResources.get('save'),mxUtils.bind(this, function()
9757 var helpBtn = mxUtils.button(mxResources.get('help'), function()
9766 var cancelBtn = mxUtils.button(mxResources.get('cancel'), function()
9841 var previewBtn = mxUtils.button(mxResources.get('preview'), function()
9849 var applyBtn = mxUtils.button(mxResources.get('apply'), function()
9884 var helpBtn = mxUtils.button(mxResources.get('help'), function()
9893 var cancelBtn = mxUtils.button(cancelButtonText || mxResources.get('cancel'), function()
9915 var okBtn = mxUtils.button(okButtonText || mxResources.get('ok'), mxUtils.bind(this, function()
11467 var button = mxUtils.button(btnLbl, fn);
11469 button.insertBefore(img, button.firstChild);
11470 button.style.marginTop = '6px';
11471 button.className = 'geBigButton';
11472 button.style.fontSize = '18px';
11473 button.style.padding = '14px';
11477 div.appendChild(button);
11733 var helpBtn = mxUtils.button(mxResources.get('help'), function()
11742 var cancelBtn = mxUtils.button(mxResources.get('cancel'), function()
11773 var okBtn = mxUtils.button(mxResources.get('apply'), function()
11890 var cancelBtn = mxUtils.button(mxResources.get('cancel'), function()
11907 var okBtn = mxUtils.button(mxResources.get('ok'), mxUtils.bind(this, function()
12232 var genericBtn = mxUtils.button(mxResources.get('apply'), apply);
12242 var cancelBtn = mxUtils.button(mxResources.get('cancel'), function()