Lines Matching refs:btn

1169 	var btn = null;
1188 btn.innerHTML = '';
1189 btn.appendChild(div);
1195 btn.setAttribute('title', (name != null) ? name + ' (' + title + ')' : title);
1211 btn.style.display = (cb.checked || hideCheckbox) ? '' : 'none';
1241 btn = mxUtils.button('', mxUtils.bind(this, function(evt)
1271 btn.style.position = 'absolute';
1272 btn.style.marginTop = '-3px';
1273 btn.style.left = '178px';
1274 btn.style.height = '22px';
1275 btn.className = 'geColorBtn';
1276 btn.style.display = (cb.checked || hideCheckbox) ? '' : 'none';
1277 div.appendChild(btn);
1281 btn.setAttribute('title', (name != null) ? name + ' (' + title + ')' : title);
1902 var btn = mxUtils.button(mxResources.get('toFront'), function(evt)
1907btn.setAttribute('title', mxResources.get('toFront') + ' (' + this.editorUi.actions.get('toFront')…
1908 btn.style.width = '104px';
1909 btn.style.marginRight = '2px';
1910 div.appendChild(btn);
1912 var btn = mxUtils.button(mxResources.get('toBack'), function(evt)
1917btn.setAttribute('title', mxResources.get('toBack') + ' (' + this.editorUi.actions.get('toBack').s…
1918 btn.style.width = '104px';
1919 div.appendChild(btn);
1925 var btn = mxUtils.button(mxResources.get('bringForward'), function(evt)
1930 btn.setAttribute('title', mxResources.get('bringForward'));
1931 btn.style.width = '104px';
1932 btn.style.marginRight = '2px';
1933 btn.style.marginTop = '2px';
1934 div.appendChild(btn);
1936 var btn = mxUtils.button(mxResources.get('sendBackward'), function(evt)
1941 btn.setAttribute('title', mxResources.get('sendBackward'));
1942 btn.style.width = '104px';
1943 btn.style.marginTop = '2px';
1944 div.appendChild(btn);
1960 var btn = null;
1967 btn = mxUtils.button(mxResources.get('group'), function(evt)
1972btn.setAttribute('title', mxResources.get('group') + ' (' + this.editorUi.actions.get('group').sho…
1973 btn.style.width = '210px';
1974 btn.style.marginBottom = '2px';
1975 div.appendChild(btn);
1981 btn = mxUtils.button(mxResources.get('ungroup'), function(evt)
1986 btn.setAttribute('title', mxResources.get('ungroup') + ' (' +
1988 btn.style.width = '210px';
1989 btn.style.marginBottom = '2px';
1990 div.appendChild(btn);
2002 var btn = mxUtils.button(mxResources.get('copySize'), function(evt)
2007 btn.setAttribute('title', mxResources.get('copySize') + ' (' +
2009 btn.style.width = '210px';
2010 btn.style.marginBottom = '2px';
2012 div.appendChild(btn);
2028 btn.style.width = '104px';
2029 btn.style.marginBottom = '2px';
2043 var btn = mxUtils.button(mxResources.get('copyData'), function(evt)
2063 btn.setAttribute('title', mxResources.get('copyData') + ' (' +
2066 btn.style.width = '210px';
2067 btn.style.marginBottom = '2px';
2069 div.appendChild(btn);
2085 btn.style.width = '104px';
2086 btn.style.marginBottom = '2px';
2100 btn = mxUtils.button(mxResources.get('removeFromGroup'), function(evt)
2105 btn.setAttribute('title', mxResources.get('removeFromGroup'));
2106 btn.style.width = '210px';
2107 btn.style.marginBottom = '2px';
2108 div.appendChild(btn);
2118 btn = mxUtils.button(mxResources.get('clearWaypoints'), mxUtils.bind(this, function(evt)
2123btn.setAttribute('title', mxResources.get('clearWaypoints') + ' (' + this.editorUi.actions.get('cl…
2124 btn.style.width = '210px';
2125 btn.style.marginBottom = '2px';
2126 div.appendChild(btn);
2138 btn = mxUtils.button(mxResources.get('editData'), mxUtils.bind(this, function(evt)
2143btn.setAttribute('title', mxResources.get('editData') + ' (' + this.editorUi.actions.get('editData…
2144 btn.style.width = '104px';
2145 btn.style.marginBottom = '2px';
2146 div.appendChild(btn);
2149 btn = mxUtils.button(mxResources.get('editLink'), mxUtils.bind(this, function(evt)
2154btn.setAttribute('title', mxResources.get('editLink') + ' (' + this.editorUi.actions.get('editLink…
2155 btn.style.width = '104px';
2156 btn.style.marginLeft = '2px';
2157 btn.style.marginBottom = '2px';
2158 div.appendChild(btn);
2227 var btn = mxUtils.button(mxResources.get('horizontal'), function(evt)
2232 btn.setAttribute('title', mxResources.get('horizontal'));
2233 btn.style.width = '104px';
2234 btn.style.marginRight = '2px';
2235 div.appendChild(btn);
2237 var btn = mxUtils.button(mxResources.get('vertical'), function(evt)
2242 btn.setAttribute('title', mxResources.get('vertical'));
2243 btn.style.width = '104px';
2244 div.appendChild(btn);
2262 var btn = mxUtils.button(mxResources.get('horizontal'), function(evt)
2267 btn.setAttribute('title', mxResources.get('horizontal'));
2268 btn.style.width = '104px';
2269 btn.style.marginRight = '2px';
2270 div.appendChild(btn);
2272 var btn = mxUtils.button(mxResources.get('vertical'), function(evt)
2277 btn.setAttribute('title', mxResources.get('vertical'));
2278 btn.style.width = '104px';
2279 div.appendChild(btn);
2304 var btn = null;
2337 btn = mxUtils.button(label, function(evt)
2342 btn.setAttribute('title', label + ' (' + this.editorUi.actions.get('turn').shortcut + ')');
2343 btn.style.width = '210px';
2344 div.appendChild(btn);
2348 btn.style.marginTop = '8px';
2697 var btn = mxUtils.button(mxResources.get('center'), mxUtils.bind(this, function(evt)
2714 btn.setAttribute('title', mxResources.get('center'));
2715 btn.style.width = '210px';
2716 btn.style.position = 'absolute';
2719 div2.appendChild(btn);
4737 var btn = null;
4741 btn = mxUtils.button(mxResources.get('editStyle'), mxUtils.bind(this, function(evt)
4746btn.setAttribute('title', mxResources.get('editStyle') + ' (' + this.editorUi.actions.get('editSty…
4747 btn.style.width = '210px';
4748 btn.style.marginBottom = '2px';
4750 div.appendChild(btn);
4763 if (btn == null)
4769 btn.style.width = '104px';
5886 var btn = mxUtils.button(mxResources.get('setAsDefaultStyle'), mxUtils.bind(this, function(evt)
5891btn.setAttribute('title', mxResources.get('setAsDefaultStyle') + ' (' + this.editorUi.actions.get(…
5892 btn.style.width = '210px';
5893 div.appendChild(btn);
6151 var btn = mxUtils.button(mxResources.get('reset'), mxUtils.bind(this, function(evt)
6173 btn.setAttribute('title', mxResources.get('reset'));
6174 btn.style.textOverflow = 'ellipsis';
6175 btn.style.maxWidth = '90px';
6176 right.appendChild(btn);
6670 var btn = mxUtils.button(mxResources.get('change'), function(evt)
6676 btn.className = 'geColorBtn';
6677 btn.style.position = 'absolute';
6678 btn.style.marginTop = '-3px';
6679 btn.style.height = '22px';
6680 btn.style.left = '118px';
6681 btn.style.width = '56px';
6683 bg.appendChild(btn);
6959 var btn = mxUtils.button(mxResources.get('editData'), mxUtils.bind(this, function(evt)
6964btn.setAttribute('title', mxResources.get('editData') + ' (' + this.editorUi.actions.get('editData…
6965 btn.style.width = '210px';
6966 btn.style.marginBottom = '2px';
6967 div.appendChild(btn);
6971 btn = mxUtils.button(mxResources.get('clearDefaultStyle'), mxUtils.bind(this, function(evt)
6976btn.setAttribute('title', mxResources.get('clearDefaultStyle') + ' (' + this.editorUi.actions.get(…
6977 btn.style.width = '210px';
6978 div.appendChild(btn);