...
- Drag Custom HTML below Rich Text Editor. (See Figure 1)
Figure 1: Custom HTML for Rich Text EditorFigure 1 - Use JavaScript to retrieve value.
- TinyMCE rich text value can be retrieved using:\
Code Block | ||
---|---|---|
| ||
tinymce.activeEditor.getContent(); |
...
...
Code Block | ||
---|---|---|
| ||
tinymce.activeEditor.getContent(); |
...