@poran
Love JS
Nothing here yet.
Nothing here yet.
No blogs yet.
here is my data : <div><h1>can edit user</h1><p>disable-readonly</p></div> h1 tag is editable I mean user can edit , but p is readable, user can only read. <CKEditor type="inline" readOnly={true} data={this.state.data} onChange={this.onEditorChange} style={{ float: 'left', width: '50%' }} > if I use readOnly , my whole data is read only , user can not edit , but I need to set up 1 is editable other is read only .