Summernote 에디터 설정 정보 가져오기 > 자료실

회원로그인

오늘 본 게시물

오늘 본 페이지

없음

오늘 본 C.m.A Util

없음

자료실

자료실

Summernote 에디터 설정 정보 가져오기

페이지 정보

본문

var context = $('#summernote').data('summernote'); /* summernote 에디터 설정 정보 가져오기 */
var ui = context.ui;
var $note = context.layoutInfo.note;
var $editor = context.layoutInfo.editor;
var $editable = context.layoutInfo.editable;
var $toolbar  = context.layoutInfo.toolbar;
var modules = context.modules;
var memos = context.memos;
var options = context.options;
var lang = options.langInfo;

console.log(options.height); // 300 출력
console.log(lang); // 'ko-KR' 출력
추천 0 비추천 0

  • 회사 : Cginjs
  • 대표 : Cginjs
  • 주소 :
  • 메일 : admin@mysample.com
  • 사업자 등록번호 :
Copyright © Cginjs All rights reserved.
notice
Warning: Undefined variable $HTTP_ACCEPT_LANGUAGE in /cginjs/www/bbs/visit_insert.inc.php on line 131