RationaleThis components wraps the TinyMCE WYSIWYG editor. You can use it as an alternative to an<xforms:textarea mediatype="text/html">, which uses the YUI 2 RTE.UsageInclude the TinyMCE editor in your page with:
ConfigurationYou can also customize the TinyMCE editor by adding JavaScript code to your form that defines a TinyMCE configuration and assign it to the TINYMCE_CUSTOM_CONFIG variable. If you don't set this variable, the component uses a built-in default configuration. The default configuration limits the number of buttons shown to users, and uses the thebigreason TinyMCE skin.Read-only and relevant MIPsThe component supports being bound to a node which can be read-only or non-relevant, as defined by an <xforms:bind>, and those properties can change dynamically, after the form is loaded. When bound to a read-only node, the toolbar and status bar are hidden, and the text can't be edited. When the bound node is non-relevant, the whole TinyMCE is hidden.Update heuristic
Limitations
|
