AtomCKEditor Plugin

This control encapsulates CKEditor.

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>