Lines Matching refs:btn

4563 			var btn = mxUtils.button(mxResources.get('copyStyle'), mxUtils.bind(this, function(evt)
4568btn.setAttribute('title', mxResources.get('copyStyle') + ' (' + this.editorUi.actions.get('copySty…
4569 btn.style.marginBottom = '2px';
4570 btn.style.width = '104px';
4571 btn.style.marginRight = '2px';
4573 div.appendChild(btn);
4577 var btn = mxUtils.button(mxResources.get('pasteStyle'), mxUtils.bind(this, function(evt)
4582btn.setAttribute('title', mxResources.get('pasteStyle') + ' (' + this.editorUi.actions.get('pasteS…
4583 btn.style.marginBottom = '2px';
4584 btn.style.width = '104px';
4586 div.appendChild(btn);
4590 btn.style.width = '210px';
4733 btn = mxUtils.button('', mxUtils.bind(that, function(evt)
4743 btn.style.height = '12px';
4744 btn.style.width = '40px';
4745 btn.className = 'geColorBtn';
4747 btn.appendChild(clrDiv);
4748 return btn;
4759 btn = mxUtils.button('+', mxUtils.bind(that, function(evt)
4788 btn.style.height = '16px';
4789 btn.style.width = '25px';
4790 btn.className = 'geColorBtn';
4792 return btn;
5263 var btn = mxUtils.button('', mxUtils.bind(this, function(evt)
5344 btn.className = 'geStyleButton';
5345 btn.style.width = '36px';
5346 btn.style.height = (this.defaultColorSchemes.length <= maxEntries) ? '24px' : '30px';
5347 btn.style.margin = '0px 6px 6px 0px';
5357 btn.style.filter = 'progid:DXImageTransform.Microsoft.Gradient('+
5363 btn.style.backgroundImage = 'linear-gradient(' + colorset['fill'] + ' 0px,' +
5369 btn.style.background = 'url(\'' + Dialog.prototype.noColorImage + '\')';
5373 btn.style.backgroundColor = mxUtils.getValue(graph.defaultVertexStyle,
5378 btn.style.backgroundColor = colorset['fill'] || mxUtils.getValue(graph.defaultVertexStyle,
5384 btn.style.border = b + ' transparent';
5388 btn.style.border = b + ' ' + mxUtils.getValue(graph.defaultVertexStyle,
5393btn.style.border = b + ' ' + (colorset['stroke'] || mxUtils.getValue(graph.defaultVertexStyle,
5399 btn.setAttribute('title', colorset['title']);
5407 btn.style.backgroundColor = bg;
5408 btn.style.border = '1px solid ' + bd;
5411 btn.style.borderRadius = '0';
5413 picker.appendChild(btn);
5493 var btn = null;
5497 btn = mxUtils.button(mxResources.get('editStyle'), mxUtils.bind(this, function(evt)
5502btn.setAttribute('title', mxResources.get('editStyle') + ' (' + this.editorUi.actions.get('editSty…
5503 btn.style.width = '210px';
5504 btn.style.marginBottom = '2px';
5506 div.appendChild(btn);
5522 if (btn == null)
5528 btn.style.width = '104px';
5545 if (btn == null)
5551 btn.style.width = '104px';