js(ext)에서 [!!! 비동기화!!!] 설정간단한 진도표 업로드

1445 단어 ext
코드는 updateHmis의 기록에 보관됩니다.
 
 
         handler : function() {

                                                

             // 

             Ext.MessageBox.wait(' ...',' ');  

                                                

             // 

             updateService.UpdateHmis({

                 callback:function(result){

                    // 

                    Ext.MessageBox.hide();

                    // 

                    alert(result);

                    // 

                    window.location.reload();

                 },async:true

           });

        }

관건: 비동기,callback 함수

좋은 웹페이지 즐겨찾기