TinyMCE by SER
Hello
I need ideas about filling tinymce area.
<body dir="ltr" id="tinymce" class="mceContentBody " onload="window.parent.tinyMCE.get('content').onLoad.dispatch();" contenteditable="true">
...</body>
I'm trying do it by add fixed data by not working.
i will be very thankful for all advices.
I need ideas about filling tinymce area.
<body dir="ltr" id="tinymce" class="mceContentBody " onload="window.parent.tinyMCE.get('content').onLoad.dispatch();" contenteditable="true">
...</body>
I'm trying do it by add fixed data by not working.
i will be very thankful for all advices.
Comments
i'm trying to set write_content=%article% but no effects, when I click Toogle Editor textarea get color and is active now:
is there any way to simulate click on toggle editor button ?
<a href="#" onclick="tinyMCE.execCommand('mceToggleEditor', false, 'write_content');return false;" title="Toggle editor">Toggle editor</a>