ok, I’ve got a page that I am using the CKEDITOR on. All seems to work as it should except when I got to submit the data to my form. It only works if I manually submit the form twice.
There was another post with summernote to add a dmx-on:updated="$(’#summernote’).summernote(‘code’, this.data.value);" to get the value back to form before submit. I"m guessing I just can’t figure out how to get the data back to the form correctly.
It looks like CK editor is using BS 4.3.1 while Wappler has 4.6.0 on the page - there may be a class of JS between these which might be causing problems. Interestingly, if you try to run dmx.app.data in console, dmx is showing as not defined which means that the Wappler app code isn’t running properly either - possibly due to failing before this point.
You can specify several options (including if using BS > 4.5) in the ckeditor plugin docs. You can also specify the path to the BS files rather than reloading a new version from CDN.
Thanks I'm gonna see if I can line up the bootstrap version and start there. I love this editor because you can use bootstrap classes, way better than the medium and summerset editors. If I can just get this one bit lined up. Or tell client hit submit twice.... LOL
Before sending the data to your server, it will update the textarea replaced by the CKEditor element with the relevant HTML. At the moment this isn’t happening until after the form has been submitted.