var MailViewEtcBtn = (function(param) { var Btn = function(param) { this.container = $(param.container); this.btnAllCharset = $(param.btnAllCharset); this.allCharsetList = $(param.allCharsetList); }; Btn.prototype = { show: function() { this.container.style.display = "block"; }, hide: function() { this.container.style.display = "none"; }, toggle: function() { if (this.container.style.display != "block") { this.show(); } else { this.hide(); } }, showAllCharset: function(e) { this.btnAllCharset.style.display = "none"; this.allCharsetList.style.display = "block"; var ev = e || window.event; if (ev.stopPropagation) { ev.stopPropagation(); } else { ev.cancelBubble = true; } }, selectCharsetHandler: function(e) { var a = e.target || e.srcElement; var charset = a.getAttribute("charset"); if (typeof(charset) != "string") { return; } this._showSelectedCharset(charset); e.returnValue = false; }, _showSelectedCharset: function(charset) { var url = location.href.replace(/&charset=[^&]*/, ""); location.href = url + "&charset=" + encodeURIComponent(charset); } } var instance = null; return { getInstance: function() { if (!instance) { instance = new Btn(param); } return instance; } }; })({ container: "etcBtnWrap", btnAllCharset: "btnAllCharset", allCharsetList: "allCharsetList" });
좋은 자리 참석게하여 줄거워씀 첨부파일보기
카페 게시글
孤靑 徐起 유적
이천서씨 문목공파 학술 세미나에 참석하고
서주문
추천 0
조회 129
12.11.05 09:39
댓글 0
북마크
번역하기
공유하기
기능 더보기
다음검색