The forum operates in read-only mode. Please head to StackOverflow for support.
CKEditor replaces the initial textareas with editable iframes, which means that the event handlers are not attached to the new elements. You will probably want to read up on the event class as well as the editor class to get some insight into the events fired by CKEditor itself.
Re: javascript events not working in textarea
CKEditor replaces the initial textareas with editable iframes, which means that the event handlers are not attached to the new elements.
You will probably want to read up on the event class as well as the editor class to get some insight into the events fired by CKEditor itself.