Hello all,
I am working on upgrading from 2.x to 3.x for our web application (http://archon.org), and I had previously edited FCKEditor to string replace BBCode and update the related textarea before we submitted via Ajax (using a jQuery form plugin).
Now, the relevant code that I found before was:
for (var i = 0; i < parent.frames.length; ++i ) if ( parent.frames[i].FCK ) parent.frames[i].FCK.UpdateLinkedField();
Re: Need help with equivalent to updateLinkedEditor and BBCode
This is run right before submitting the form via ajax. So now the only remaining issue is where to edit the CKEditor to add the BBCode support.