tinymce는 ckeditor와 더불어 가장 대중적인 위지윅 에디터다.
이놈의 내용을 제어가는 가장 기본적인 명령어를 알아 본다.
jQuery 어답터를 사용했을 때 예시다.
콘텐트를 넣는다
이 때 원래 있던 것은 지워진다.
$('textarea[name=my_editor]').tinymce().setContent('<p>안녕하세요</p>');
콘텐트를 얻는다
$('textarea[name=my_editor]').tinymce().getContent();
API
API는 여기 있다 : http://tinymce.moxiecode.com/wiki.php/API3:class.tinymce.Editor
댓글 남기기