아래를 추가해서 사용하세요.
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년 전 | 68 | ||
| 8229 | 9년 전 | 68 | ||
| 8228 |
커네드커네드
|
9년 전 | 111 | |
| 8227 | 9년 전 | 121 | ||
| 8226 | 9년 전 | 158 | ||
| 8225 | 9년 전 | 147 | ||
| 8224 | 9년 전 | 144 | ||
| 8223 | 9년 전 | 111 | ||
| 8222 |
|
9년 전 | 180 | |
| 8221 | 9년 전 | 87 | ||
| 8220 | 9년 전 | 99 | ||
| 8219 | 9년 전 | 96 | ||
| 8218 | 9년 전 | 135 | ||
| 8217 |
star3840
|
9년 전 | 109 | |
| 8216 | 9년 전 | 158 | ||
| 8215 | 9년 전 | 105 | ||
| 8214 | 9년 전 | 221 | ||
| 8213 | 9년 전 | 155 | ||
| 8212 | 9년 전 | 81 | ||
| 8211 | 9년 전 | 241 | ||
| 8210 | 9년 전 | 240 | ||
| 8209 | 9년 전 | 332 | ||
| 8208 | 9년 전 | 214 | ||
| 8207 | 9년 전 | 222 | ||
| 8206 |
|
9년 전 | 184 | |
| 8205 | 9년 전 | 168 | ||
| 8204 | 9년 전 | 128 | ||
| 8203 | 9년 전 | 230 | ||
| 8202 | 9년 전 | 137 | ||
| 8201 | 9년 전 | 176 | ||
| 8200 | 9년 전 | 157 | ||
| 8199 | 9년 전 | 210 | ||
| 8198 | 9년 전 | 171 | ||
| 8197 | 9년 전 | 162 | ||
| 8196 | 9년 전 | 549 | ||
| 8195 | 9년 전 | 154 | ||
| 8194 | 9년 전 | 280 | ||
| 8193 | 9년 전 | 153 | ||
| 8192 | 9년 전 | 183 | ||
| 8191 | 9년 전 | 134 | ||
| 8190 | 9년 전 | 126 | ||
| 8189 | 9년 전 | 187 | ||
| 8188 | 9년 전 | 125 | ||
| 8187 | 9년 전 | 139 | ||
| 8186 | 9년 전 | 139 | ||
| 8185 | 9년 전 | 306 | ||
| 8184 | 9년 전 | 106 | ||
| 8183 | 9년 전 | 322 | ||
| 8182 | 9년 전 | 165 | ||
| 8181 | 9년 전 | 127 | ||
| 8180 | 9년 전 | 690 | ||
| 8179 | 9년 전 | 480 | ||
| 8178 | 9년 전 | 308 | ||
| 8177 |
kiplayer
|
9년 전 | 309 | |
| 8176 | 9년 전 | 347 | ||
| 8175 | 9년 전 | 218 | ||
| 8174 | 9년 전 | 240 | ||
| 8173 | 9년 전 | 341 | ||
| 8172 | 9년 전 | 192 | ||
| 8171 | 9년 전 | 180 | ||
| 8170 | 9년 전 | 294 | ||
| 8169 |
커네드커네드
|
9년 전 | 256 | |
| 8168 | 9년 전 | 315 | ||
| 8167 | 9년 전 | 318 | ||
| 8166 | 9년 전 | 233 | ||
| 8165 | 9년 전 | 161 | ||
| 8164 | 9년 전 | 299 | ||
| 8163 | 9년 전 | 279 | ||
| 8162 | 9년 전 | 294 | ||
| 8161 | 9년 전 | 292 | ||
| 8160 |
|
9년 전 | 484 | |
| 8159 | 9년 전 | 424 | ||
| 8158 | 9년 전 | 246 | ||
| 8157 | 9년 전 | 371 | ||
| 8156 | 9년 전 | 273 | ||
| 8155 | 9년 전 | 249 | ||
| 8154 |
00년생용띠
|
9년 전 | 597 | |
| 8153 | 9년 전 | 227 | ||
| 8152 |
|
9년 전 | 402 | |
| 8151 | 9년 전 | 405 | ||
| 8150 | 9년 전 | 497 | ||
| 8149 |
Jangfolk
|
9년 전 | 346 | |
| 8148 | 9년 전 | 163 | ||
| 8147 | 9년 전 | 370 | ||
| 8146 | 9년 전 | 432 | ||
| 8145 | 9년 전 | 377 | ||
| 8144 | 9년 전 | 345 | ||
| 8143 | 9년 전 | 189 | ||
| 8142 | 9년 전 | 425 | ||
| 8141 | 9년 전 | 379 | ||
| 8140 | 9년 전 | 926 | ||
| 8139 | 9년 전 | 255 | ||
| 8138 |
전갈자리남자
|
9년 전 | 384 | |
| 8137 | 9년 전 | 392 | ||
| 8136 | 9년 전 | 743 | ||
| 8135 |
|
9년 전 | 791 | |
| 8134 |
PlayPixel
|
9년 전 | 508 | |
| 8133 |
|
9년 전 | 432 | |
| 8132 | 9년 전 | 444 | ||
| 8131 | 9년 전 | 808 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기