Integration with CKEditor

Hi to all :slight_smile:

People often ask us about integration of dhtmlxForm and CKEditor.
Please find demo attached (don’t forget to include dhtmlx js/css files).
ckeditor_demo.zip (1.18 MB)

It’s possible inline edition ??

Can you please clarify, what do you mean by “inline” editon?

Thank you for this! I’ve been using an integration that I cobbled together from other suggestions and attempts I’ve found around the internet, but yours is a much cleaner and more elegant solution. I’d like to offer an extended version that adds a little more functionality, namely:

  • Customizable toolbars (our default defined in render function, but it can be removed or overridden by a “toolbar” object in the input arguments)
  • Readonly capability added
  • Toolbar hidden (collapsed) on readonly mode

Hopefully this is of use to someone!
dhtmlxform_item_ckeditor.zip (1.39 KB)