아래를 추가해서 사용하세요.
var loadingPanel = new yuiLoadingPanel();
//loadingPanel.show();
//loadingPanel.show("Processing...");
//loadingPanel.hide();
The user can close the loading box by clicking on the cancel link. If you want to handle this situation, you can subscribe to the cancelEvent:
loadingPanel.cancelEvent.subscribe(function(e, a, o){
alert('You clicked cancel!');
});
$D = YAHOO.util.Dom;
$E = YAHOO.util.Event;
var yuiLoadingPanel = function(conf){
conf = conf == undefined ? new Array() : conf;
conf.id = conf.id == undefined ? 'yuiLoadingPanel':confi.id;
conf.header = conf.header == undefined ? 'Loading, please wait...':conf.header;
conf.width = conf.width == undefined ? '240px':conf.width;
this.conf = conf;
this.cancelEvent = new YAHOO.util.CustomEvent("cancelEvent", this);
this.init();
};
yuiLoadingPanel.prototype = {
init:function(){
var loadingPanel = new YAHOO.widget.Panel(this.conf.id,{
width:this.conf.width,
fixedcenter:true,
close:false,
draggable:false,
modal:true,
visible:false
});
loadingPanel.setBody(this.conf.header +
'<img src="http://us.i1.yimg.com/us.yimg.com/i/us/per/gr/gp/rel_interstitial_loading.gif" />');
loadingPanel.render(document.body);
$D.addClass(loadingPanel.id, 'tcc_lightboxLoader');
var cancelLink = document.createElement('a');
$D.setStyle(cancelLink, 'cursor', 'pointer');
cancelLink.appendChild(document.createTextNode('Cancel'));
$E.on(cancelLink, 'click', function(e, o){
o.self.loadingPanel.hide();
o.self.cancelEvent.fire();
}, {self:this});
loadingPanel.appendToBody(document.createElement('br'));
loadingPanel.appendToBody(cancelLink);
$D.setStyle(loadingPanel.body, 'text-align', 'center');
$D.addClass(document.body, 'yui-skin-sam');
this.loadingPanel = loadingPanel;
},
show:function(text){
if(text != undefined){
this.loadingPanel.setHeader(text);
}else{
this.loadingPanel.setHeader(this.conf.header);
}
this.loadingPanel.show();
},
hide:function(){
this.loadingPanel.hide();
}
};게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 8230 | 9년 전 | 59 | ||
| 8229 | 9년 전 | 59 | ||
| 8228 |
커네드커네드
|
9년 전 | 106 | |
| 8227 | 9년 전 | 114 | ||
| 8226 | 9년 전 | 148 | ||
| 8225 | 9년 전 | 139 | ||
| 8224 | 9년 전 | 138 | ||
| 8223 | 9년 전 | 107 | ||
| 8222 |
|
9년 전 | 168 | |
| 8221 | 9년 전 | 78 | ||
| 8220 | 9년 전 | 85 | ||
| 8219 | 9년 전 | 92 | ||
| 8218 | 9년 전 | 121 | ||
| 8217 |
star3840
|
9년 전 | 101 | |
| 8216 | 9년 전 | 147 | ||
| 8215 | 9년 전 | 99 | ||
| 8214 | 9년 전 | 214 | ||
| 8213 | 9년 전 | 145 | ||
| 8212 | 9년 전 | 67 | ||
| 8211 | 9년 전 | 232 | ||
| 8210 | 9년 전 | 233 | ||
| 8209 | 9년 전 | 324 | ||
| 8208 | 9년 전 | 197 | ||
| 8207 | 9년 전 | 213 | ||
| 8206 |
|
9년 전 | 173 | |
| 8205 | 9년 전 | 157 | ||
| 8204 | 9년 전 | 119 | ||
| 8203 | 9년 전 | 221 | ||
| 8202 | 9년 전 | 132 | ||
| 8201 | 9년 전 | 168 | ||
| 8200 | 9년 전 | 145 | ||
| 8199 | 9년 전 | 196 | ||
| 8198 | 9년 전 | 162 | ||
| 8197 | 9년 전 | 149 | ||
| 8196 | 9년 전 | 533 | ||
| 8195 | 9년 전 | 145 | ||
| 8194 | 9년 전 | 272 | ||
| 8193 | 9년 전 | 145 | ||
| 8192 | 9년 전 | 173 | ||
| 8191 | 9년 전 | 126 | ||
| 8190 | 9년 전 | 115 | ||
| 8189 | 9년 전 | 175 | ||
| 8188 | 9년 전 | 120 | ||
| 8187 | 9년 전 | 127 | ||
| 8186 | 9년 전 | 134 | ||
| 8185 | 9년 전 | 300 | ||
| 8184 | 9년 전 | 95 | ||
| 8183 | 9년 전 | 312 | ||
| 8182 | 9년 전 | 153 | ||
| 8181 | 9년 전 | 117 | ||
| 8180 | 9년 전 | 684 | ||
| 8179 | 9년 전 | 476 | ||
| 8178 | 9년 전 | 288 | ||
| 8177 |
kiplayer
|
9년 전 | 300 | |
| 8176 | 9년 전 | 338 | ||
| 8175 | 9년 전 | 209 | ||
| 8174 | 9년 전 | 222 | ||
| 8173 | 9년 전 | 330 | ||
| 8172 | 9년 전 | 181 | ||
| 8171 | 9년 전 | 168 | ||
| 8170 | 9년 전 | 285 | ||
| 8169 |
커네드커네드
|
9년 전 | 248 | |
| 8168 | 9년 전 | 306 | ||
| 8167 | 9년 전 | 311 | ||
| 8166 | 9년 전 | 220 | ||
| 8165 | 9년 전 | 153 | ||
| 8164 | 9년 전 | 289 | ||
| 8163 | 9년 전 | 272 | ||
| 8162 | 9년 전 | 285 | ||
| 8161 | 9년 전 | 280 | ||
| 8160 |
|
9년 전 | 477 | |
| 8159 | 9년 전 | 401 | ||
| 8158 | 9년 전 | 220 | ||
| 8157 | 9년 전 | 355 | ||
| 8156 | 9년 전 | 267 | ||
| 8155 | 9년 전 | 242 | ||
| 8154 |
00년생용띠
|
9년 전 | 586 | |
| 8153 | 9년 전 | 220 | ||
| 8152 |
|
9년 전 | 393 | |
| 8151 | 9년 전 | 394 | ||
| 8150 | 9년 전 | 486 | ||
| 8149 |
Jangfolk
|
9년 전 | 327 | |
| 8148 | 9년 전 | 156 | ||
| 8147 | 9년 전 | 362 | ||
| 8146 | 9년 전 | 419 | ||
| 8145 | 9년 전 | 358 | ||
| 8144 | 9년 전 | 326 | ||
| 8143 | 9년 전 | 177 | ||
| 8142 | 9년 전 | 418 | ||
| 8141 | 9년 전 | 366 | ||
| 8140 | 9년 전 | 917 | ||
| 8139 | 9년 전 | 245 | ||
| 8138 |
전갈자리남자
|
9년 전 | 378 | |
| 8137 | 9년 전 | 372 | ||
| 8136 | 9년 전 | 728 | ||
| 8135 |
|
9년 전 | 777 | |
| 8134 |
PlayPixel
|
9년 전 | 494 | |
| 8133 |
|
9년 전 | 424 | |
| 8132 | 9년 전 | 438 | ||
| 8131 | 9년 전 | 799 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기