How to use the ckeditor4-react.editorUrl function in ckeditor4-react

To help you get started, we’ve selected a few ckeditor4-react examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github erxes / erxes / src / modules / common / components / EditorCK.tsx View on Github external
constructor(props: IEditorProps) {
    super(props);

    CKEditor.editorUrl = '/ckeditor/ckeditor.js';
  }
  render() {

ckeditor4-react

Official React component for CKEditor 4 – the best browser-based rich text editor.

SEE LICENSE IN LICENSE.md
Latest version published 3 months ago

Package Health Score

73 / 100
Full package analysis

Popular ckeditor4-react functions