X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/7a654f8d43fdb43d78b63d90528bed6e86b608cc..f562e4c6e5fac7bcb445985b99acbea4d706e6f0:/docs/source/Img.html diff --git a/docs/source/Img.html b/docs/source/Img.html index 8e22709e..6de7bc1d 100644 --- a/docs/source/Img.html +++ b/docs/source/Img.html @@ -1,4 +1,21 @@ -Sencha Documentation Project
/**
+
+
+
+  
+  The source code
+  
+  
+  
+  
+
+
+  
/**
  * @class Ext.Img
  * @extends Ext.Component
  *
@@ -30,6 +47,9 @@ Ext.define('Ext.Img', {
         };
     },
     
+    // null out this function, we can't set any html inside the image
+    initRenderTpl: Ext.emptyFn,
+    
     /**
      * Updates the {@link #src} of the image
      */
@@ -42,4 +62,6 @@ Ext.define('Ext.Img', {
         }
     }
 });
-
\ No newline at end of file +
+ +