2014-09-24 13 views
0

나는 dijit.layout.contentPane과 같이 정의했다 :이벤트

로딩이 시작 내가로드 아이콘과를 추가 한
<div dojoAttachPoint="X_containerInternal" dojoType="dijit.layout.BorderContainer" splitter="true" region="center" gutters="true" > 
       <div dojoAttachPoint="X_objectDetail" dojoType="dijit.layout.ContentPane" region="left" splitter="true" 
        style="width:50%;"> 
       </div> 
       <div dojoAttachPoint="X_documentDetail" dojoType="dijit.layout.ContentPane" region="center" splitter="true"> 
       </div> 
      </div> 

데이터가 X_documentDetail에 배치 될 때 (dojoattachpoint) 로드 아이콘을 숨기고 싶지만로드가 완료되면 호출되는 이벤트를 가져 오지 못하고 있습니다.이 이벤트는 attachevent에 지정할 수 있습니다.

안내하십시오. 사전 어쩌면

답변

0

에서 감사합니다 당신이 시도 할 수 있습니다 :

dojo.connect(_container_, "onLoad", function(){ /* your script */});