Pman.Gnumeric.js
authorAlan Knowles <alan@akbkhome.com>
Fri, 10 Sep 2010 02:20:45 +0000 (10:20 +0800)
committerAlan Knowles <alan@akbkhome.com>
Fri, 10 Sep 2010 02:20:45 +0000 (10:20 +0800)
Pman.Gnumeric.js

index f860b76..01c61f6 100644 (file)
@@ -52,7 +52,18 @@ Pman.Gnumeric = function (cfg)
     
     
     
-    Roo.apply(this,cfg);
+    
+    
+    this.addEvents({
+        /**
+            * @event load
+            * Fires when source document has been loaded
+            * @param {Pman.Gnumerci} this
+            */
+           "load" : true
+    }); 
+    
+    Roo.util.Observable.call(this,cfg);
     
     this.defaultCell = {
         valueType : 0,
@@ -69,6 +80,7 @@ Pman.Gnumeric = function (cfg)
     this.applyData(cfg.data);
     
     
+    
 }
 Roo.extend(Pman.Gnumeric.prototype, Roo.Observable, {