Heyho,
I would like to include a WYSIWYG Editor such like TinyMCE in my page. Not for the management but for the web users who would like to edit their own content like a forum post here. Does anybody knows how this works?
greetings
Max
I love MODx
hi i also would like this, so i can set up pages and admins can edit without logging into manager but instead logging in as registered users...?
Hm, does nobody have an idea?
*push*
I love MODx
I’d be interested in knowing how to do this as well.
Me too. Put me in the list.
Regards,
----------
Iggy

Hey, great. I do not need it anymore at the moment but next time... Thanks.
regards,
Max
I love MODx
You edit the template of any page that you want to display TinyMCE on.
I for example have one template in which I use eForm to generate a form.
This form has one textarea element.
Once I added the code above to that template, the textarea element was converted into TinyMCE editor.
It’s pretty simple. All you need to remember that that a page need to have the code above, and a form with at least one
textarea element in it.
Another way to acheve this would be through eForm parameters, but that a little more advanced.