Roo/form/GridField.js
authorAlan Knowles <alan@akbkhome.com>
Tue, 19 Oct 2010 07:06:09 +0000 (15:06 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 19 Oct 2010 07:06:09 +0000 (15:06 +0800)
Roo/form/GridField.js

index 2c391d6..ad4f1ae 100644 (file)
@@ -65,7 +65,7 @@ Roo.extend(Roo.form.GridField, Roo.form.Field,  {
         var style = this.style;
         delete this.style;
         
-        Roo.form.DisplayImage.superclass.onRender.call(this, ct, position);
+        Roo.form.GridImage.superclass.onRender.call(this, ct, position);
         this.wrap = this.el.wrap({cls: ''}); // not sure why ive done thsi...
         this.viewEl = this.wrap.createChild({ tag: 'div' });
         if (style) {