TS741, WS8
I have added TinyMCE in a text area as an external editor.
When I click on this TinyMCE to add content to it, cursor does non show inside it. Background around TinyMVE gets greyed, when I click in it for editing.
Please let me know, how can I edit content in TinyMCE ?
.........<container location = "Tools" name = "Tools" >
<item name="tools_item" pathid="tools_item">
<label>Tools</label>
<textarea cols="75" external-editor="tinymce" external-editor-inline="t" required="f"/>
</item>
</container>.......
Thanks