We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am Attaching Video please check this.
It is My Code. I am also checking to add initialValue.
<Editor value={this.state.editor} init={{ height: 600, menubar: false, plugins: [ 'advlist autolink lists link image charmap print preview anchor', 'searchreplace visualblocks code fullscreen', 'insertdatetime media table paste code help wordcount table' ], toolbar: 'undo redo | formatselect | bold italic backcolor | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent table | removeformat | help' }} onChange={this.onEditorStateChange}
/>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am Attaching Video please check this.
It is My Code. I am also checking to add initialValue.
<Editor
value={this.state.editor}
init={{
height: 600,
menubar: false,
plugins: [
'advlist autolink lists link image charmap print preview anchor',
'searchreplace visualblocks code fullscreen',
'insertdatetime media table paste code help wordcount table'
],
toolbar:
'undo redo | formatselect | bold italic backcolor |
alignleft aligncenter alignright alignjustify |
bullist numlist outdent indent table | removeformat | help'
}}
onChange={this.onEditorStateChange}
The text was updated successfully, but these errors were encountered: