react-ckeditor-component不显示工具栏

时间:2018-09-18 14:26:49

标签: javascript typescript ckeditor toolbar react-component

我在SharePoint Webpart中使用react-ckeditor-component

  • 反应15.4.2
  • 打字稿3.0.3(最新)
  • react-ckeditor-component 1.1.0(最新)

我正在按照说明导入和使用它,并且编译时没有任何错误。

import CKEditor from "react-ckeditor-component";
<CKEditor
	content={this.state.content}
        events={{
	"change": this.handleContentChange
		}}
/>

CKEditor without toolbar

但是我看不到应该由合法的default scriptURL指定的工具栏。

有人有没有使用过该组件并且遇到了相同或相似的问题?

谢谢!

0 个答案:

没有答案