New steps on page customization.

This commit is contained in:
Paulo Veiga
2012-02-03 21:21:29 -03:00
parent af240506ea
commit 0101ec2ae7
11 changed files with 303 additions and 153 deletions

View File

@@ -25,6 +25,9 @@ mindplot.Designer = new Class({
this._options = options;
// Set full div elem render area ...
divElement.setStyles(options.size);
// Dispatcher manager ...
var commandContext = new mindplot.CommandContext(this);
if (!$defined(options.collab) || options.collab == 'standalone') {
@@ -54,6 +57,10 @@ mindplot.Designer = new Class({
}
this._relPivot = new mindplot.RelationshipPivot(this._workspace, this);
// Set editor working area ...
this.setViewPort(options.viewPort);
},
_registerEvents : function() {