Implements toolbar disabling.

This commit is contained in:
Paulo Veiga
2011-10-04 01:16:29 -03:00
parent b7bbe2c0b7
commit 9185883d30
24 changed files with 919 additions and 275 deletions

View File

@@ -225,7 +225,7 @@ function buildDesigner(editorProperties, isTryMode) {
width: parseInt(screen.width)
});
designer = new mindplot.MindmapDesigner(editorProperties, container);
designer = new mindplot.Designer(editorProperties, container);
designer.setViewPort({
height: parseInt(window.innerHeight - 151), // Footer and Header
width: parseInt(window.innerWidth)

View File

@@ -64,7 +64,7 @@ function buildMindmapDesigner() {
editorProperties.height = screenHeight;
editorProperties.readOnly = true;
designer = new mindplot.MindmapDesigner(editorProperties, container);
designer = new mindplot.Designer(editorProperties, container);
designer.loadFromXML(mapId, mapXml);
// If a node has focus, focus can be move to another node using the keys.