[solved] action="fesubmit" wouldnt display the WYSIWYG in the front end
Posted: Tue Oct 23, 2007 3:03 pm
Hello,
I put this type of call in the contetn page
In the front end, i get the input fields for the news as it should be. The only thing is, that there is no WYSIWYG editor loaded.
Under each textarea, there is a tick box "Enable/Disable WYSIWYG", that by default is enabled.
If i click to enable it, the FF firebug displays an error: tinyMCE is not defined onclick(click clientX=0, clientY=0).
Here is same source from the front end
Has anyone got any ideas?
You can see everything online http://www.placiau.lt/index.php/bandomas
I upgraded cms ms 1.1.4.1 to 1.2
TinyMce v2.2.5
News 2.5.1
I put this type of call in the contetn page
Code: Select all
{news action="fesubmit"}Under each textarea, there is a tick box "Enable/Disable WYSIWYG", that by default is enabled.
If i click to enable it, the FF firebug displays an error: tinyMCE is not defined onclick(click clientX=0, clientY=0).
Here is same source from the front end
Code: Select all
<div class="pageoverflow">
<p class="pagetext">*Content:</p>
<p class="pageinput"><textarea id="m4content" name="m4content" cols="80" rows="20"></textarea><br/><input type='checkbox' checked='1' onclick='tinyMCE.execCommand("mceToggleEditor", false, "m4content");' id='check_m4content' CHECKED><label for='check_m4content'>Įjungti/išjungti WYSIWYG</label></p>
</div>You can see everything online http://www.placiau.lt/index.php/bandomas
I upgraded cms ms 1.1.4.1 to 1.2
TinyMce v2.2.5
News 2.5.1