Improve and fix print.

Support for jetty:run fixed.
Several minor fixes.
This commit is contained in:
Paulo Gustavo Veiga
2012-04-05 14:18:13 -03:00
parent 1aa4859da1
commit a141414b4b
21 changed files with 269 additions and 274 deletions

View File

@@ -209,8 +209,9 @@ mindplot.widget.Menu = new Class({
this._addButton('print', false, false, function() {
printMap();
window.open('c/print.htm?mapId=' + mapId)
});
this._registerTooltip('print', "Print");
this._addButton('zoomIn', false, false, function() {