Literówka - zamiast self powinno byæ this.
[redakcja.git] / project / templates / explorer / panels / xmleditor.html
index 7691269..4a8362d 100644 (file)
@@ -35,6 +35,7 @@ panel_hooks = {
 
         $(texteditor.frame).css({width: '100%', height: '100%'});    
         this.texteditor = texteditor;
+        self._endload();       
     },
 
        unload: function() { 
@@ -55,8 +56,8 @@ panel_hooks = {
        },
 
         toolbarResized: function() {
-            $('.iframe-container', self.contentDiv).css('top',
-                    $('.toolbar', self.contentDiv).outerHeight() );
+            $('.iframe-container', this.contentDiv).css('top',
+                    $('.toolbar', this.contentDiv).outerHeight() );
         }
 };