$(texteditor.frame).css({width: '100%', height: '100%'});    
         this.texteditor = texteditor;
+        self._endload();       
     },
 
        unload: function() { 
        },
 
         toolbarResized: function() {
-            $('.iframe-container', self.contentDiv).css('top',
-                    $('.toolbar', self.contentDiv).outerHeight() );
+            $('.iframe-container', this.contentDiv).css('top',
+                    $('.toolbar', this.contentDiv).outerHeight() );
         }
 };