When I try to test it I can see just source code.
Script tag for tiny_mce.js is not "linked" in page souce...
($this->wysiwygactive is always false ?)
Code: Select all
$output = '';
//$output = "<!-- TinyMCE Configuration -->";
if ($this->wysiwygactive) {
$output = "<!-- TinyMCE Configuration -->";
$output.= '<__script__ type="text/javascript" src="' . $gCms->config['root_url'] . '/modules/TinyMCE/tinymce/jscripts/tiny_mce/tiny_mce.js"></__script>';