아래를 추가해서 사용하세요.
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();
}
};게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 430 | 19년 전 | 4095 | ||
| 429 | 19년 전 | 3291 | ||
| 428 | 19년 전 | 4130 | ||
| 427 | 19년 전 | 3465 | ||
| 426 | 19년 전 | 3099 | ||
| 425 | 19년 전 | 3396 | ||
| 424 | 19년 전 | 2437 | ||
| 423 | 19년 전 | 2856 | ||
| 422 | 19년 전 | 2344 | ||
| 421 | 19년 전 | 3703 | ||
| 420 | 19년 전 | 4730 | ||
| 419 | 19년 전 | 3787 | ||
| 418 |
|
19년 전 | 1736 | |
| 417 | 19년 전 | 2740 | ||
| 416 | 19년 전 | 2387 | ||
| 415 | 19년 전 | 2603 | ||
| 414 | 19년 전 | 4402 | ||
| 413 |
|
19년 전 | 2591 | |
| 412 | 19년 전 | 3038 | ||
| 411 |
|
19년 전 | 2986 | |
| 410 |
|
19년 전 | 3675 | |
| 409 |
|
19년 전 | 3631 | |
| 408 |
|
19년 전 | 1848 | |
| 407 | 19년 전 | 2224 | ||
| 406 | 19년 전 | 2777 | ||
| 405 | 19년 전 | 2438 | ||
| 404 | 19년 전 | 4294 | ||
| 403 | 19년 전 | 3299 | ||
| 402 |
NeoGenesis
|
19년 전 | 4087 | |
| 401 | 19년 전 | 2602 | ||
| 400 |
|
19년 전 | 2486 | |
| 399 | 19년 전 | 2948 | ||
| 398 | 19년 전 | 2481 | ||
| 397 | 19년 전 | 2777 | ||
| 396 | 19년 전 | 2468 | ||
| 395 | 19년 전 | 3174 | ||
| 394 | 19년 전 | 1711 | ||
| 393 | 19년 전 | 2988 | ||
| 392 | 19년 전 | 2244 | ||
| 391 | 19년 전 | 2174 | ||
| 390 | 19년 전 | 2279 | ||
| 389 | 19년 전 | 2640 | ||
| 388 | 19년 전 | 2153 | ||
| 387 | 19년 전 | 4479 | ||
| 386 |
|
19년 전 | 2683 | |
| 385 |
|
19년 전 | 2475 | |
| 384 | 19년 전 | 3001 | ||
| 383 | 19년 전 | 3044 | ||
| 382 | 19년 전 | 3100 | ||
| 381 |
|
19년 전 | 2627 | |
| 380 |
|
19년 전 | 3011 | |
| 379 | 19년 전 | 2543 | ||
| 378 | 19년 전 | 2201 | ||
| 377 | 19년 전 | 2775 | ||
| 376 | 19년 전 | 2465 | ||
| 375 |
|
19년 전 | 2552 | |
| 374 | 19년 전 | 3808 | ||
| 373 | 19년 전 | 3261 | ||
| 372 | 19년 전 | 4984 | ||
| 371 |
세은아빠2
|
19년 전 | 2409 | |
| 370 | 19년 전 | 4495 | ||
| 369 | 19년 전 | 3104 | ||
| 368 | 19년 전 | 2889 | ||
| 367 | 19년 전 | 3721 | ||
| 366 | 19년 전 | 2643 | ||
| 365 | 19년 전 | 3729 | ||
| 364 | 19년 전 | 4005 | ||
| 363 | 19년 전 | 3428 | ||
| 362 | 19년 전 | 3472 | ||
| 361 | 19년 전 | 4101 | ||
| 360 |
hwatta
|
19년 전 | 2354 | |
| 359 | 19년 전 | 5096 | ||
| 358 | 19년 전 | 3651 | ||
| 357 | 19년 전 | 2590 | ||
| 356 |
sdesign1s
|
19년 전 | 2271 | |
| 355 | 20년 전 | 2742 | ||
| 354 | 20년 전 | 3025 | ||
| 353 | 20년 전 | 2785 | ||
| 352 |
|
20년 전 | 5766 | |
| 351 |
|
20년 전 | 2697 | |
| 350 |
|
20년 전 | 4284 | |
| 349 |
hwatta
|
20년 전 | 2179 | |
| 348 | 20년 전 | 7305 | ||
| 347 | 20년 전 | 2409 | ||
| 346 | 20년 전 | 3494 | ||
| 345 | 20년 전 | 4304 | ||
| 344 | 20년 전 | 2631 | ||
| 343 | 20년 전 | 3917 | ||
| 342 | 20년 전 | 3061 | ||
| 341 | 20년 전 | 4082 | ||
| 340 |
|
20년 전 | 5128 | |
| 339 |
|
20년 전 | 4227 | |
| 338 | 20년 전 | 5861 | ||
| 337 | 20년 전 | 2034 | ||
| 336 |
|
20년 전 | 3306 | |
| 335 |
|
20년 전 | 3533 | |
| 334 |
|
20년 전 | 2915 | |
| 333 |
hwatta
|
20년 전 | 2426 | |
| 332 | 20년 전 | 4651 | ||
| 331 | 20년 전 | 2264 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기