欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

Prototype Loader

程序员文章站 2022-07-06 16:26:20
...
Ajax.Responders.register({
onCreate : showLoader,
onComplete : hideLoader
});
function showLoader(){
Dialog.info("Data Saving ...",
               {windowParameters: {width:250, height:100}, showProgress: true});
}
function hideLoader(){
Dialog.closeInfo();
}
相关标签: prototype Ajax