Форуми / Cotonti / Support / CKEditor question

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

aiwass
#1 20.05.2014 17:04

Question!
Is it possible to have 2 or more Editors usable, visible and working on page_add & page_edit?
The reason I ask is because I want to have one editor for one thing and the other one for adding additional data for a job-site I'm working on. Since I want to have the parsing of a <br>
to actually work in a Extra-Field that is a textarea. Anyone know how? If it was or is possible means that the flexability of Cotonti is greatly improved, because I use it on all my sites since the LDU years (old-school).

Bare in mind I'm no programmer, but I can do minor edits, I'm more the designer than anything, if you have a hack or suggestion for me.

Take all that money that we spend on weapons and defences each year and instead spend it feeding and clothing and educating the poor of the world, which it would many times over, not one human being excluded, and we could explore space, together, both inner and outer, forever, in peace. - Bill Hicks

https://evlear.com
..dot..
#2 09.04.2015 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>