Explorar o código

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

huqi %!s(int64=5) %!d(string=hai) anos
pai
achega
13441c9abe
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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));
     },