AtomCKEditor Plugin
This control encapsulates CKEditor.
- Please refer to CKEditor documentation to include its respective JavaScript and CSS on your page.
- Add atom-ckeditor.js in head section of html after including all CKEditor related resources.
Properties
value
You can bind value property of this control to retrive/set "HTML" contents inside CKEditor.
Usage
<div
atom-type="AtomCKEditor"
atom-value="$[data.Message]"></div>