Lines Matching refs:mxConstants
57 var tr = this.styleChange(menu, fontFamily, [mxConstants.STYLE_FONTFAMILY],
62 'keys', [mxConstants.STYLE_FONTFAMILY],
107 …mptChange(menu, mxResources.get('custom') + '...', '', mxConstants.DEFAULT_FONTFAMILY, mxConstants…
180 'keys', [mxConstants.STYLE_FONTSIZE],
188 this.styleChange(menu, fontSize, [mxConstants.STYLE_FONTSIZE],
232 mxConstants.STYLE_FONTSIZE, parent, true,
255 …menu.addItem(mxResources.get('flipH'), null, function() { graph.toggleCellStyles(mxConstants.STYLE…
256 …menu.addItem(mxResources.get('flipV'), null, function() { graph.toggleCellStyles(mxConstants.STYLE…
261 …menu.addItem(mxResources.get('leftAlign'), null, function() { graph.alignCells(mxConstants.ALIGN_L…
262 …menu.addItem(mxResources.get('center'), null, function() { graph.alignCells(mxConstants.ALIGN_CENT…
263 …menu.addItem(mxResources.get('rightAlign'), null, function() { graph.alignCells(mxConstants.ALIGN_…
265 …menu.addItem(mxResources.get('topAlign'), null, function() { graph.alignCells(mxConstants.ALIGN_TO…
266 …menu.addItem(mxResources.get('middle'), null, function() { graph.alignCells(mxConstants.ALIGN_MIDD…
267 …menu.addItem(mxResources.get('bottomAlign'), null, function() { graph.alignCells(mxConstants.ALIGN…
280 var shape = mxUtils.getValue(state.style, mxConstants.STYLE_SHAPE);
284 …this.edgeStyleChange(menu, '', [mxConstants.STYLE_EDGE, mxConstants.STYLE_CURVED, mxConstants.STYL…
285 …this.edgeStyleChange(menu, '', [mxConstants.STYLE_EDGE, mxConstants.STYLE_CURVED, mxConstants.STYL…
286 …this.edgeStyleChange(menu, '', [mxConstants.STYLE_EDGE, mxConstants.STYLE_ELBOW, mxConstants.STYLE…
287 …this.edgeStyleChange(menu, '', [mxConstants.STYLE_EDGE, mxConstants.STYLE_ELBOW, mxConstants.STYLE…
288 …this.edgeStyleChange(menu, '', [mxConstants.STYLE_EDGE, mxConstants.STYLE_ELBOW, mxConstants.STYLE…
289 …this.edgeStyleChange(menu, '', [mxConstants.STYLE_EDGE, mxConstants.STYLE_ELBOW, mxConstants.STYLE…
293 …this.edgeStyleChange(menu, '', [mxConstants.STYLE_EDGE, mxConstants.STYLE_CURVED, mxConstants.STYL…
296 …this.edgeStyleChange(menu, '', [mxConstants.STYLE_EDGE, mxConstants.STYLE_CURVED, mxConstants.STYL…
301 …this.styleChange(menu, '', [mxConstants.STYLE_SHAPE, mxConstants.STYLE_STARTSIZE, mxConstants.STYL…
302 …this.styleChange(menu, '', [mxConstants.STYLE_SHAPE, mxConstants.STYLE_STARTSIZE, mxConstants.STYL…
303 …this.styleChange(menu, '', [mxConstants.STYLE_SHAPE, mxConstants.STYLE_STARTSIZE, mxConstants.STYL…
304 …this.styleChange(menu, '', [mxConstants.STYLE_SHAPE, mxConstants.STYLE_STARTSIZE, mxConstants.STYL…
321 var layout = new mxHierarchicalLayout(graph, mxConstants.DIRECTION_WEST);
331 var layout = new mxHierarchicalLayout(graph, mxConstants.DIRECTION_NORTH);
1204 if (keys[i] == mxConstants.STYLE_ALIGN)
1214 if (keys[i] == mxConstants.STYLE_FONTFAMILY ||
1319 document.execCommand(cmd, false, (color != mxConstants.NONE) ? color : 'transparent');
1322 'forecolor': mxConstants.STYLE_FONTCOLOR,
1323 'backcolor': mxConstants.STYLE_LABEL_BACKGROUNDCOLOR
1549 …if (graph.getModel().isEdge(cell) && mxUtils.getValue(state.style, mxConstants.STYLE_EDGE, null) !…
1550 mxUtils.getValue(state.style, mxConstants.STYLE_SHAPE, null) != 'arrow')
1607 …ditor.graph.getModel().isVertex(cell) && mxUtils.getValue(state.style, mxConstants.STYLE_IMAGE, nu…