Are you reporting a feature request or a bug?
Bug / Other
Provide detailed reproduction steps (if any)
- Click source button
- Paste html code to the source editor, e.g. :
<div>
<h1>Welcome!</h1>
<h3>Hello</h3>
<p>This is sample article content.</p>
</div>
Expected result
Get input value of source editor without returning to WYSIWYG view.
Actual result
No method to get the input value of the source editor without :
- returning to WYSIWYG view (closing the source editing mode)
- blur event (point and click outside CKEditor component)
Other details
- CKEditor version: 4
- ckeditor4-react version : 0.1.1
Are you reporting a feature request or a bug?
Bug / Other
Provide detailed reproduction steps (if any)
Expected result
Get input value of source editor without returning to WYSIWYG view.
Actual result
No method to get the input value of the source editor without :
Other details