Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Rich Text Editor with Image upload

    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.

    #2
    In the SmartGWT-extensions Google Code project you can see sample code for integrating fckEditor - if you want TinyMCE the approach would be the same.

    Comment


      #3
      Please provide a link.

      http://code.google.com/p/smartgwt-extensions/source/browse/trunk/mainprojects/src/main/java/com/smartgwt/extensions/htmleditor/client/example/HTMLEditorExample.java

      is this what you were referring to?

      Comment

      Working...
      X