parent
ce8ce34c66
commit
c1cecb99e9
|
@ -655,7 +655,7 @@ mxEditor.prototype.defaultEdgeStyle = null;
|
|||
mxEditor.prototype.defaultGroup = null;
|
||||
|
||||
/**
|
||||
* Variable: graphRenderHint
|
||||
* Variable: groupBorderSize
|
||||
*
|
||||
* Default size for the border of new groups. If null,
|
||||
* then then <mxGraph.gridSize> is used. Default is
|
||||
|
@ -867,9 +867,9 @@ mxEditor.prototype.urlHelp = null;
|
|||
mxEditor.prototype.helpWidth = 300;
|
||||
|
||||
/**
|
||||
* Variable: helpWidth
|
||||
* Variable: helpHeight
|
||||
*
|
||||
* Specifies the width of the help window in pixels.
|
||||
* Specifies the height of the help window in pixels.
|
||||
* Default is 260.
|
||||
*/
|
||||
mxEditor.prototype.helpHeight = 260;
|
||||
|
|
Loading…
Reference in New Issue