Add missing Menu.js tooltip actions.

This commit is contained in:
Paulo Gustavo Veiga
2012-04-05 00:58:38 -03:00
parent 3b465940bb
commit 1aa4859da1
4 changed files with 31 additions and 100 deletions

View File

@@ -327,6 +327,7 @@ mindplot.widget.Menu = new Class({
}
});
});
this._registerTooltip('tagIt', "Tag");
}
var shareElem = $('shareIt');
@@ -345,6 +346,8 @@ mindplot.widget.Menu = new Class({
});
});
this._registerTooltip('shareIt', "Collaborators");
}
var publishElem = $('publishIt');
@@ -363,6 +366,7 @@ mindplot.widget.Menu = new Class({
});
});
this._registerTooltip('publishIt', "Publish");
}
var historyElem = $('history');
@@ -381,6 +385,7 @@ mindplot.widget.Menu = new Class({
}
});
});
this._registerTooltip('history', "History");
}
this._registerEvents(designer);