We're using CKeditor in a dynamically built form, with varying fields. Due to this we're building the form html based on some input. I was attempting to create an editor instance on these dom node PRIOR to inserting them into the document. CKEditor was then looking for various elements in the document which obviously we're there.
Since the editor is standalone (doesn't rely on any dom elements outside of the node it's replacing) it would be nice to allow creation of editor instances prior to document insertion, obviously no big deal, it would just be nice to have.
Re: Cannot call method 'setHthml' of null
We're using CKeditor in a dynamically built form, with varying fields. Due to this we're building the form html based on some input. I was attempting to create an editor instance on these dom node PRIOR to inserting them into the document. CKEditor was then looking for various elements in the document which obviously we're there.
Since the editor is standalone (doesn't rely on any dom elements outside of the node it's replacing) it would be nice to allow creation of editor instances prior to document insertion, obviously no big deal, it would just be nice to have.