Quellcode durchsuchen

正文编辑器loadpage运行位置调整

huqi vor 5 Jahren
Ursprung
Commit
13441c9abe
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      o2web/source/x_component_process_Xform/Documenteditor.js

+ 1 - 1
o2web/source/x_component_process_Xform/Documenteditor.js

@@ -107,8 +107,8 @@ MWF.xApplication.process.Xform.Documenteditor = MWF.APPDocumenteditor =  new Cla
                     var attNode = pageContentNode.getElement(".doc_layout_attachment_content");
                     if (attNode) attNode.empty();
                 }
-                this.fireEvent("loadPage");
                 if (callback) callback(control);
+                this.fireEvent("loadPage");
             }.bind(this));
         }.bind(this));
     },