Hey,
I have a $CKeditor->replaceall() that works fine, a bit to fine I need to disable one specific <textarea>. But how do I do that? I can't use a $CKeditor->replace('somename');
Any ideas?
/Lars
Fri, 09/02/2011 - 10:53
#1
Re: $CKeditor->replaceall(); but....
Look in your ckeditor/_samples directory.
There are options to replacebyclass and replacebycode.
Be Well,
Joe
Re: $CKeditor->replaceall(); but....
Re: $CKeditor->replaceall(); but....