Text editor works based on absolute position.

This commit is contained in:
Paulo Veiga
2011-08-23 14:25:49 -03:00
parent f036a7684e
commit fb39e32b33
15 changed files with 351 additions and 1420 deletions

View File

@@ -38,6 +38,10 @@ mindplot.Icon = new Class({
getSize : function() {
return this._image.getSize();
},
getPosition : function() {
return this._image.getPosition();
}
});