Remove moodialog

Re-implementing message dialog.
Fix several imports.
This commit is contained in:
Paulo Gustavo Veiga
2014-02-19 03:34:12 -03:00
parent 832fe4e957
commit dfd5da684b
20 changed files with 13 additions and 731 deletions

View File

@@ -20,7 +20,7 @@ var designer = null;
function buildDesigner(options) {
var container = $(options.container);
var container = document.id(options.container);
$assert(container, 'container could not be null');
// Register load events ...
@@ -92,7 +92,7 @@ function buildDesigner(options) {
mindplot.PersistenceManager.init(persistence);
// Register toolbar event ...
if ($('toolbar')) {
if ($('#toolbar')) {
var menu = new mindplot.widget.Menu(designer, 'toolbar', options.mapId, "");
// If a node has focus, focus can be move to another node using the keys.