728x90
<CKEditor
data={this.state.data}
onChange={this.onEditorChange}
config={{
toolbar: [
["Bold", "Italic", "Strike Through"],
[
"Cut",
"Copy",
"Paste",
"Pasteasplaintext",
"FormattingStyles",
"Undo",
"Redo"
],
["List", "Indent", "Blocks", "Align", "Bidi", "Paragraph"],
["Find", "Selection", "Spellchecker", "Editing"]
]
}}
/>
"이 포스팅은 쿠팡 파트너스 활동의 일환으로, 이에 따른 일정액의 수수료를 제공받습니다."
- 참조
stackoverflow.com/questions/57576441/how-to-configure-ckeditor-toolbar-in-react-js
ckeditor.com/latest/samples/old/toolbar/toolbar.html
728x90
'IT관련 > REACT' 카테고리의 다른 글
nhn / tui.grid 선택한 rows id 값 가져오기 (0) | 2021.01.11 |
---|---|
React Html 데이터 출력하기(print) (0) | 2020.12.09 |
react에서 Html을 docx파일로 받기(Html -> docx 변환) (0) | 2020.12.09 |
React + CKEditor 4 사용하기 (0) | 2020.12.03 |
React에서 TOAST UI Editor(Web Editor 사용하기) (0) | 2020.11.23 |