Forums / Cotonti / Support / CKEditor question

Can one have 2 or more editors visible and usable on Page_Add / Page_Edit at the same time

..dot..
#40785 2015-04-09 13:08

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}</textarea>