Lines Matching refs:dispName

296 … {name: 'comic', dispName: 'Comic', type: 'bool', defVal: false, isVisible: function(state, format)  property
300 …{name: 'jiggle', dispName: 'Jiggle', type: 'float', min: 0, defVal: 1, isVisible: function(state, … property
305 …{name: 'fillWeight', dispName: 'Fill Weight', type: 'int', defVal: -1, isVisible: function(state, … property
309 …{name: 'hachureGap', dispName: 'Hachure Gap', type: 'int', defVal: -1, isVisible: function(state, … property
313 …{name: 'hachureAngle', dispName: 'Hachure Angle', type: 'int', defVal: -41, isVisible: function(st… property
317 …{name: 'curveFitting', dispName: 'Curve Fitting', type: 'float', defVal: 0.95, isVisible: function… property
321 …{name: 'simplification', dispName: 'Simplification', type: 'float', defVal: 0, min: 0, max: 1, isV… property
325 …{name: 'disableMultiStroke', dispName: 'Disable Multi Stroke', type: 'bool', defVal: false, isVisi… property
329 …{name: 'disableMultiStrokeFill', dispName: 'Disable Multi Stroke Fill', type: 'bool', defVal: fals… property
333 …{name: 'dashOffset', dispName: 'Dash Offset', type: 'int', defVal: -1, isVisible: function(state, … property
337 …{name: 'dashGap', dispName: 'Dash Gap', type: 'int', defVal: -1, isVisible: function(state, format) property
341 …{name: 'zigzagOffset', dispName: 'ZigZag Offset', type: 'int', defVal: -1, isVisible: function(sta… property
345 …{name: 'jiggle', dispName: 'Jiggle', type: 'float', min: 0, defVal: 1, isVisible: function(state, … property
350 {name: 'sketchStyle', dispName: 'Sketch Style', type: 'enum', defVal: 'rough', property
351 enumList: [{val: 'rough', dispName: 'Rough'}, {val: 'comic', dispName: 'Comic'}], property
363 … {name: 'arcSize', dispName: 'Arc Size', type: 'float', min:0, defVal: mxConstants.LINE_ARCSIZE}, property
364 {name: 'sourcePortConstraint', dispName: 'Source Constraint', type: 'enum', defVal: 'none', property
365 …e', dispName: 'None'}, {val: 'north', dispName: 'North'}, {val: 'east', dispName: 'East'}, {val: '… property
367 {name: 'targetPortConstraint', dispName: 'Target Constraint', type: 'enum', defVal: 'none', property
368 …e', dispName: 'None'}, {val: 'north', dispName: 'North'}, {val: 'east', dispName: 'East'}, {val: '… property
370 …{name: 'jettySize', dispName: 'Jetty Size', type: 'int', min: 0, defVal: 'auto', allowAuto: true, … property
374 {name: 'fillOpacity', dispName: 'Fill Opacity', type: 'int', min: 0, max: 100, defVal: 100}, property
375 … {name: 'strokeOpacity', dispName: 'Stroke Opacity', type: 'int', min: 0, max: 100, defVal: 100}, property
376 {name: 'startFill', dispName: 'Start Fill', type: 'bool', defVal: true}, property
377 {name: 'endFill', dispName: 'End Fill', type: 'bool', defVal: true}, property
378 {name: 'perimeterSpacing', dispName: 'Terminal Spacing', type: 'float', defVal: 0}, property
379 {name: 'anchorPointDirection', dispName: 'Anchor Direction', type: 'bool', defVal: true}, property
380 {name: 'snapToPoint', dispName: 'Snap to Point', type: 'bool', defVal: false}, property
381 {name: 'fixDash', dispName: 'Fixed Dash', type: 'bool', defVal: false}, property
382 {name: 'editable', dispName: 'Editable', type: 'bool', defVal: true}, property
383 {name: 'metaEdit', dispName: 'Edit Dialog', type: 'bool', defVal: false}, property
384 {name: 'backgroundOutline', dispName: 'Background Outline', type: 'bool', defVal: false}, property
385 {name: 'bendable', dispName: 'Bendable', type: 'bool', defVal: true}, property
386 {name: 'movable', dispName: 'Movable', type: 'bool', defVal: true}, property
387 {name: 'cloneable', dispName: 'Cloneable', type: 'bool', defVal: true}, property
388 {name: 'deletable', dispName: 'Deletable', type: 'bool', defVal: true}, property
389 {name: 'noJump', dispName: 'No Jumps', type: 'bool', defVal: false}, property
390 {name: 'flowAnimation', dispName: 'Flow Animation', type: 'bool', defVal: false}, property
391 {name: 'ignoreEdge', dispName: 'Ignore Edge', type: 'bool', defVal: false}, property
392 {name: 'orthogonalLoop', dispName: 'Loop Routing', type: 'bool', defVal: false}, property
393 {name: 'orthogonal', dispName: 'Orthogonal', type: 'bool', defVal: false} property
400 …{name: 'colspan', dispName: 'Colspan', type: 'int', min: 1, defVal: 1, isVisible: function(state, … property
407 …{name: 'rowspan', dispName: 'Rowspan', type: 'int', min: 1, defVal: 1, isVisible: function(state, … property
415 …{name: 'resizeLastRow', dispName: 'Resize Last Row', type: 'bool', getDefaultValue: function(state… property
429 …{name: 'resizeLast', dispName: 'Resize Last Column', type: 'bool', getDefaultValue: function(state… property
443 {name: 'fillOpacity', dispName: 'Fill Opacity', type: 'int', min: 0, max: 100, defVal: 100}, property
444 … {name: 'strokeOpacity', dispName: 'Stroke Opacity', type: 'int', min: 0, max: 100, defVal: 100}, property
445 {name: 'overflow', dispName: 'Text Overflow', defVal: 'visible', type: 'enum', property
446 …enumList: [{val: 'visible', dispName: 'Visible'}, {val: 'hidden', dispName: 'Hidden'}, {val: 'bloc… property
447 {val: 'fill', dispName: 'Fill'}, {val: 'width', dispName: 'Width'}] property
449 {name: 'noLabel', dispName: 'Hide Label', type: 'bool', defVal: false}, property
450 {name: 'labelPadding', dispName: 'Label Padding', type: 'float', defVal: 0}, property
451 {name: 'direction', dispName: 'Direction', type: 'enum', defVal: 'east', property
452 …ist: [{val: 'north', dispName: 'North'}, {val: 'east', dispName: 'East'}, {val: 'south', dispName:… property
454 {name: 'portConstraint', dispName: 'Constraint', type: 'enum', defVal: 'none', property
455 …e', dispName: 'None'}, {val: 'north', dispName: 'North'}, {val: 'east', dispName: 'East'}, {val: '… property
457 … {name: 'portConstraintRotation', dispName: 'Rotate Constraint', type: 'bool', defVal: false}, property
458 …{name: 'connectable', dispName: 'Connectable', type: 'bool', getDefaultValue: function(state, form… property
468 {name: 'allowArrows', dispName: 'Allow Arrows', type: 'bool', defVal: true}, property
469 {name: 'snapToPoint', dispName: 'Snap to Point', type: 'bool', defVal: false}, property
470 {name: 'perimeter', dispName: 'Perimeter', defVal: 'none', type: 'enum', property
471 enumList: [{val: 'none', dispName: 'None'}, property
472 …{val: 'rectanglePerimeter', dispName: 'Rectangle'}, {val: 'ellipsePerimeter', dispName: 'Ellipse'}, property
473 … {val: 'rhombusPerimeter', dispName: 'Rhombus'}, {val: 'trianglePerimeter', dispName: 'Triangle'}, property
474 … {val: 'hexagonPerimeter2', dispName: 'Hexagon'}, {val: 'lifelinePerimeter', dispName: 'Lifeline'}, property
475 …{val: 'orthogonalPerimeter', dispName: 'Orthogonal'}, {val: 'backbonePerimeter', dispName: 'Backbo… property
476 …{val: 'calloutPerimeter', dispName: 'Callout'}, {val: 'parallelogramPerimeter', dispName: 'Paralle… property
477 … {val: 'trapezoidPerimeter', dispName: 'Trapezoid'}, {val: 'stepPerimeter', dispName: 'Step'}, property
478 {val: 'centerPerimeter', dispName: 'Center'}] property
480 {name: 'fixDash', dispName: 'Fixed Dash', type: 'bool', defVal: false}, property
481 {name: 'autosize', dispName: 'Autosize', type: 'bool', defVal: false}, property
482 …{name: 'container', dispName: 'Container', type: 'bool', defVal: false, isVisible: function(state,… property
486 …{name: 'dropTarget', dispName: 'Drop Target', type: 'bool', getDefaultValue: function(state, forma… property
496 …{name: 'collapsible', dispName: 'Collapsible', type: 'bool', getDefaultValue: function(state, form… property
507 …{name: 'recursiveResize', dispName: 'Resize Children', type: 'bool', defVal: true, isVisible: func… property
513 {name: 'expand', dispName: 'Expand', type: 'bool', defVal: true}, property
514 … {name: 'part', dispName: 'Part', type: 'bool', defVal: false, isVisible: function(state, format) property
520 {name: 'editable', dispName: 'Editable', type: 'bool', defVal: true}, property
521 {name: 'metaEdit', dispName: 'Edit Dialog', type: 'bool', defVal: false}, property
522 {name: 'backgroundOutline', dispName: 'Background Outline', type: 'bool', defVal: false}, property
523 {name: 'movable', dispName: 'Movable', type: 'bool', defVal: true}, property
524 …{name: 'movableLabel', dispName: 'Movable Label', type: 'bool', defVal: false, isVisible: function… property
530 {name: 'resizable', dispName: 'Resizable', type: 'bool', defVal: true}, property
531 {name: 'resizeWidth', dispName: 'Resize Width', type: 'bool', defVal: false}, property
532 {name: 'resizeHeight', dispName: 'Resize Height', type: 'bool', defVal: false}, property
533 {name: 'rotatable', dispName: 'Rotatable', type: 'bool', defVal: true}, property
534 {name: 'cloneable', dispName: 'Cloneable', type: 'bool', defVal: true}, property
535 {name: 'deletable', dispName: 'Deletable', type: 'bool', defVal: true}, property
536 {name: 'treeFolding', dispName: 'Tree Folding', type: 'bool', defVal: false}, property
537 {name: 'treeMoving', dispName: 'Tree Moving', type: 'bool', defVal: false}, property
538 …{name: 'pointerEvents', dispName: 'Pointer Events', type: 'bool', defVal: true, isVisible: functio… property
546 …{name: 'moveCells', dispName: 'Move Cells on Fold', type: 'bool', defVal: false, isVisible: functi… property
3938 var dispName = dispNameInput.value;
3940 if (dispName == "")
3967 callback(editorUi, name, type, dispName, enumList);
4186 … {name: 'arcSize', dispName: 'Arc Size', type: 'float', min:0, defVal: mxConstants.LINE_ARCSIZE},
4187 {name: 'absoluteArcSize', dispName: 'Abs. Arc Size', type: 'bool', defVal: false}
4191 {name: 'width', dispName: 'Width', type: 'float', min:0, defVal: 4}
4195 {name: 'width', dispName: 'Width', type: 'float', min:0, defVal: 10},
4196 {name: 'startWidth', dispName: 'Start Width', type: 'float', min:0, defVal: 20},
4197 {name: 'endWidth', dispName: 'End Width', type: 'float', min:0, defVal: 20}
4201 {name: 'size', dispName: 'Indent', type: 'float', min: 0, max: 0.5, defVal: 0.1}
4205 …{name: 'arcSize', dispName: 'Arc Size', type: 'float', min:0, max: 50, defVal: mxConstants.LINE_AR…
4206 {name: 'double', dispName: 'Double', type: 'bool', defVal: false}
4210 {name: 'top', dispName: 'Top Line', type: 'bool', defVal: true},
4211 {name: 'bottom', dispName: 'Bottom Line', type: 'bool', defVal: true},
4212 {name: 'left', dispName: 'Left Line', type: 'bool', defVal: true},
4213 {name: 'right', dispName: 'Right Line', type: 'bool', defVal: true}
4217 … {name: 'arcSize', dispName: 'Arc Size', type: 'float', min:0, defVal: mxConstants.LINE_ARCSIZE},
4218 {name: 'size', dispName: 'Slope Angle', type: 'float', min:0, max: 1, defVal: 0.2}
4222 … {name: 'arcSize', dispName: 'Arc Size', type: 'float', min:0, defVal: mxConstants.LINE_ARCSIZE},
4223 {name: 'size', dispName: 'Slope Angle', type: 'float', min:0, max: 1, defVal: 0.25}
4227 … {name: 'arcSize', dispName: 'Arc Size', type: 'float', min:0, defVal: mxConstants.LINE_ARCSIZE}
4231 {name: 'size', dispName: 'Size', type: 'float', defVal: 0.3, min:0, max:1}
4235 … {name: 'arcSize', dispName: 'Arc Size', type: 'float', min:0, defVal: mxConstants.LINE_ARCSIZE},
4236 {name: 'dx', dispName: 'Left Line', type: 'float', min:0, defVal: 20},
4237 {name: 'dy', dispName: 'Top Line', type: 'float', min:0, defVal: 20}
4241 {name: 'size', dispName: 'Size', type: 'float', min:0, defVal:20 },
4242 {name: 'darkOpacity', dispName: 'Dark Opacity', type: 'float', min:-1, max:1, defVal:0 },
4243 {name: 'darkOpacity2', dispName: 'Dark Opacity 2', type: 'float', min:-1, max:1, defVal:0 }
4247 {name: 'size', dispName: 'Notch Size', type: 'float', min:0, defVal:20},
4248 {name: 'fixedSize', dispName: 'Fixed Size', type: 'bool', defVal:true}
4252 … {name: 'arcSize', dispName: 'Arc Size', type: 'float', min:0, defVal: mxConstants.LINE_ARCSIZE},
4253 {name: 'size', dispName: 'Slope Angle', type: 'float', min:0, max: 1, defVal: 0.2}
4257 {name: 'size', dispName: 'Size', type: 'float', min:0, max:1, defVal:0.4 }
4261 {name: 'size', dispName: 'Fold Size', type: 'float', min:0, defVal: 30},
4262 {name: 'darkOpacity', dispName: 'Dark Opacity', type: 'float', min:-1, max:1, defVal:0 },
4266 … {name: 'arcSize', dispName: 'Arc Size', type: 'float', min:0, defVal: mxConstants.LINE_ARCSIZE},
4267 {name: 'size', dispName: 'Cutoff Size', type: 'float', min:0, defVal: 30}
4271 … {name: 'arcSize', dispName: 'Arc Size', type: 'float', min:0, defVal: mxConstants.LINE_ARCSIZE},
4272 {name: 'base', dispName: 'Callout Width', type: 'float', min:0, defVal: 20},
4273 {name: 'size', dispName: 'Callout Length', type: 'float', min:0, defVal: 30},
4274 {name: 'position', dispName: 'Callout Position', type: 'float', min:0, max:1, defVal: 0.5},
4275 … {name: 'position2', dispName: 'Callout Tip Position', type: 'float', min:0, max:1, defVal: 0.5}
4279 {name: 'tabWidth', dispName: 'Tab Width', type: 'float'},
4280 {name: 'tabHeight', dispName: 'Tab Height', type: 'float'},
4281 {name: 'tabPosition', dispName: 'Tap Position', type: 'enum',
4282 enumList: [{val: 'left', dispName: 'Left'}, {val: 'right', dispName: 'Right'}] property
4287 {name: 'arcSize', dispName: 'Arc Size', type: 'float', min:0, defVal: 15},
4288 {name: 'startSize', dispName: 'Header Size', type: 'float'},
4289 {name: 'horizontal', dispName: 'Horizontal', type: 'bool', defVal: true},
4290 {name: 'separatorColor', dispName: 'Separator Color', type: 'color', defVal: null},
4294 {name: 'rowLines', dispName: 'Row Lines', type: 'bool', defVal: true},
4295 {name: 'columnLines', dispName: 'Column Lines', type: 'bool', defVal: true},
4296 {name: 'fixedRows', dispName: 'Fixed Rows', type: 'bool', defVal: false},
4297 {name: 'resizeLast', dispName: 'Resize Last Column', type: 'bool', defVal: false},
4298 {name: 'resizeLastRow', dispName: 'Resize Last Row', type: 'bool', defVal: false}].
4302 {name: 'margin', dispName: 'Indent', type: 'float', min:0, defVal:4}
4306 {name: 'arcSize', dispName: 'Arc Size', type: 'float', min:0, defVal: 15},
4307 {name: 'double', dispName: 'Double', type: 'bool', defVal: false},
4308 {name: 'margin', dispName: 'Indent', type: 'float', min: 0, defVal:0}
4312 {name: 'rounded', dispName: 'Rounded', type: 'bool', defVal: true},
4313 {name: 'size', dispName: 'Size', type: 'float', min:0, max: 1, defVal: 0.5}
4317 {name: 'imageAspect', dispName: 'Fixed Image Aspect', type: 'bool', defVal:true}
4321 {name: 'imageAspect', dispName: 'Fixed Image Aspect', type: 'bool', defVal:true},
4322 {name: 'imageAlign', dispName: 'Image Align', type: 'enum',
4323 enumList: [{val: 'left', dispName: 'Left'}, property
4324 {val: 'center', dispName: 'Center'}, property
4325 {val: 'right', dispName: 'Right'}], defVal: 'left'}, property
4326 {name: 'imageVerticalAlign', dispName: 'Image Vertical Align', type: 'enum',
4327 enumList: [{val: 'top', dispName: 'Top'}, property
4328 {val: 'middle', dispName: 'Middle'}, property
4329 {val: 'bottom', dispName: 'Bottom'}], defVal: 'middle'}, property
4330 {name: 'imageWidth', dispName: 'Image Width', type: 'float', min:0, defVal: 24},
4331 {name: 'imageHeight', dispName: 'Image Height', type: 'float', min:0, defVal: 24},
4332 {name: 'arcSize', dispName: 'Arc Size', type: 'float', min:0, defVal: 12},
4333 {name: 'absoluteArcSize', dispName: 'Abs. Arc Size', type: 'bool', defVal: false}
4337 {name: 'size', dispName: 'Size', type: 'float', min:0, max:1, defVal:0.1 }
4341 {name: 'size', dispName: 'Size', type: 'float', min:0, defVal:30 },
4342 {name: 'arcSize', dispName: 'Arc Size', type: 'float', min:0, defVal: 20}
4346 {name: 'size', dispName: 'Size', type: 'float', min:0, defVal:20 },
4347 {name: 'arcSize', dispName: 'Arc Size', type: 'float', min:0, defVal: 20}
4351 {name: 'size', dispName: 'Size', type: 'float', min:0, defVal:38 },
4352 {name: 'arcSize', dispName: 'Arc Size', type: 'float', min:0, defVal: 20}
4356 {name: 'size', dispName: 'Size', type: 'float', min: 0, max: 1, defVal: 0.25 }
4360 {name: 'arrowWidth', dispName: 'Arrow Width', type: 'float', min: 0, max: 1, defVal: 0.3 },
4361 … {name: 'arrowSize', dispName: 'Arrowhead Length', type: 'float', min: 0, max: 1, defVal: 0.2 }
4365 {name: 'arrowWidth', dispName: 'Arrow Width', type: 'float', min: 0, max: 1, defVal: 0.3 },
4366 … {name: 'arrowSize', dispName: 'Arrowhead Length', type: 'float', min: 0, max: 1, defVal: 0.2 }
4370 {name: 'size', dispName: 'Size', type: 'float', min: 0, max: 1, defVal: 0.2 }
4374 {name: 'dx', dispName: 'Width1', type: 'float', min: 0, defVal: 20 },
4375 {name: 'dy', dispName: 'Width2', type: 'float', min: 0, defVal: 20 }
4379 {name: 'dx', dispName: 'Width1', type: 'float', min: 0, defVal: 20 },
4380 {name: 'dy', dispName: 'Width2', type: 'float', min: 0, defVal: 20 }
4384 {name: 'participant', dispName:'Participant', type:'enum', defVal:'none', enumList:[
4385 {val:'none', dispName: 'Default'}, property
4386 {val:'umlActor', dispName: 'Actor'}, property
4387 {val:'umlBoundary', dispName: 'Boundary'}, property
4388 {val:'umlEntity', dispName: 'Entity'}, property
4389 {val:'umlControl', dispName: 'Control'}, property
4391 {name: 'size', dispName:'Height', type:'float', defVal:40, min:0}
4395 {name: 'width', dispName:'Title Width', type:'float', defVal:60, min:0},
4396 {name: 'height', dispName:'Title Height', type:'float', defVal:30, min:0}
4829 var pDiplayName = prop.dispName;
4877 mxUtils.write(td, mxResources.get(op.dispName, null, op.dispName));
4892 mxUtils.write(opElem, mxResources.get(op.dispName, null, op.dispName));
5120 …grid.appendChild(createPropertyRow('id', mxUtils.htmlEntities(cellId), {dispName: 'ID', type: 'rea… property