Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Drag Custom HTML below Rich Text Editor. (See Figure 1)


    Figure 1: Custom HTML for Rich Text EditorFigure 1

  2. Use JavaScript to retrieve value.
    1. TinyMCE rich text value can be retrieved using:
Code Block
languagejava
tinymce.activeEditor.getContent(); 

...