Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+2 votes
341 views
in Plugins by

what is text area name and id for WYSIWYG EDITOR

THANK YOU

Q2A version: LATEST

1 Answer

–1 vote
by

I'm searching for this answer, too.

I realize that Q2A developers/contributors manipulate the CKEditor original scripts, and make it much more difficult to change.

Normally, you just need the textarea name/id and 2 scripts from CKeditor. Now they expand it into long lines of code, just for nothing, or for fixing the previous bugs.

Now, viewing the source code of yoursite.com/ask, the textarea has no name or ID?!

Instead, there are several lines of hidden inputs with name/id like

name="content_ckeditor_ok" id="content_ckeditor_ok"
name="content_ckeditor_data" id="content_ckeditor_data"
...