Hi
I am looking to have one of my text fields being edited using a Rich Text Editor.
Right now, I do
<field name="introText" title="Introduction Text" type="richText" length="10000" />
which creates a basic rich text editor.
I wanted to use one which has support for image upload and was _richer_ (tinymce?)
What is the most appropriate way to do that?
Thanks.
I am looking to have one of my text fields being edited using a Rich Text Editor.
Right now, I do
<field name="introText" title="Introduction Text" type="richText" length="10000" />
which creates a basic rich text editor.
I wanted to use one which has support for image upload and was _richer_ (tinymce?)
What is the most appropriate way to do that?
Thanks.
Comment