CKEditor 썸네일형 리스트형 Customizing CKEditor Save Button CKEditor를 가지고 웹에디터 구현시 저장버튼을 눌렀을때 form에 있는 action으로 실행된다. 그런데 상황에 따라서는 직접 컨트롤 해야할 때가 있다. 이 때는 _source/plugins/save/plugin.js 파일을 수정하면 된다. /* Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ /** * @fileSave plugin. */ (function() { var saveCmd = { modes : { wysiwyg:1, source:1 }, readOnly : 1, exec : func.. 더보기 이전 1 다음