Can one have 2 or more editors visible and usable on Page_Add / Page_Edit at the same time
Team
Know this post is a bit old but maybe someone els wants to know as well :) Yes it is possible and simple, just add the "editor" class to the extra field you want to have CKEditor working on. Example:
<
textarea
class
=
"editor"
name
"{$name}"
rows
"{$rows}"
cols
"{$cols}"
>{$value}</
>