ExtJS form field - a text area with integrated TinyMCE WYSIWYG Editor.
Version: 4.0
Release date: 17.12.2013
ExtJS Version: 4.2.1
TinyMCE Version: 4.0.11
License: LGPL v2.1 or later, Sencha License
The integration is done by deriving from the Ext.form.field.TextArea.
Following issues are covered:
- Initialization in an initially visible and in an initially invisible tab.
- Correct place occupation by the initialization in any ExtJS layout.
- Correct resizing by the resizing of the underlying text area.
- Activation and deactivation of the WYSIWYG editor. Keeping of the cursor position by switching to the HTML text modus.
- Enabling and disabling of the WYSIWYG editor control.
- ReadOnly state support.
- Changing of WYSIWYG settings and CSS file for the editable contents on the fly.
- Pre-formatting of the HTML text in visible and invisible modus.
- Focusing of the WYSIWYG editor control.
- Marking invalid.
- Tracking dirty state.
- Storing and restoring cursor position by inserting of a place holder over a popup window.
Example: http://www.point-constructor.com/tinyta_demo4/
Download: http://www.point-constructor.com/en/tinyta4/
Reference: http://www.point-constructor.com/en/tinyta4/instructions.pdf