I have a CKEditor instance attached to a textarea. I would like to be able change some configuration options of this instance after its creation, depending on the value of another form field.
Is it possible to do this, or else it’s necessary to destroy the instance and attach another one, with the new options? I’ve checked in the CKEditor docs, but found nothing about this subject.
Thanks in advance,
Usually the configuration options will work only upon creation. You might be able to perform some tricks and so get some of the options to work at a later time, but that’s usually more difficult.