오타 복수전 > 자유게시판

자유게시판

오타 복수전 정보

오타 복수전

본문

64cd74d7769ba6fa4125d1df808c3790_1409104775_0477.jpg
 

추천
0
  • 복사

댓글 7개

plugin/editor/smarteditor2/editor.lib.php
그누에서는 단축기 일람이 없는데 배포본에는 있어요
저걸누르면 단축키가 일남?
editor.lib.php 22줄에 저렇게되있습니다


$(function(){
            $(".btn_cke_sc").click(function(){
                if ($(this).next("div.cke_sc_def").length) {
                    $(this).next("div.cke_sc_def").remove();
                    $(this).text("단축키 일람");
                } else {
                    $(this).after("<div class=\'cke_sc_def\' />").next("div.cke_sc_def").load("'.$editor_url.'/shortcut.html");
                    $(this).text("단축키 일람 닫기");
                }
            });
            $(".btn_cke_sc_close").live("click",function(){
                $(this).parent("div.cke_sc_def").remove();
            });
        });';
© SIRSOFT
현재 페이지 제일 처음으로