Lines Matching defs: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 …enumList: [{val: 'none', dispName: 'None'}, {val: 'north', dispName: 'North'}, {val: 'east', dispN… property
367 {name: 'targetPortConstraint', dispName: 'Target Constraint', type: 'enum', defVal: 'none', property
368 …enumList: [{val: 'none', dispName: 'None'}, {val: 'north', dispName: 'North'}, {val: 'east', dispN… 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 …enumList: [{val: 'north', dispName: 'North'}, {val: 'east', dispName: 'East'}, {val: 'south', disp… property
454 {name: 'portConstraint', dispName: 'Constraint', type: 'enum', defVal: 'none', property
455 …enumList: [{val: 'none', dispName: 'None'}, {val: 'north', dispName: 'North'}, {val: 'east', dispN… 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
4282 enumList: [{val: 'left', dispName: 'Left'}, {val: 'right', dispName: 'Right'}] property
4323 enumList: [{val: 'left', dispName: 'Left'}, property
4324 {val: 'center', dispName: 'Center'}, property
4325 {val: 'right', dispName: 'Right'}], defVal: 'left'}, property
4327 enumList: [{val: 'top', dispName: 'Top'}, property
4328 {val: 'middle', dispName: 'Middle'}, property
4329 {val: 'bottom', dispName: 'Bottom'}], defVal: 'middle'}, property
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
5120 …grid.appendChild(createPropertyRow('id', mxUtils.htmlEntities(cellId), {dispName: 'ID', type: 'rea… property