foreach ($this->_Strings as $String) {
$Head .= $String;
$Head .= "\n";
}
One tweak you can make is to edit line-19 of jquery.cleditor.min.js to remove extra toolbar buttons, eg. cut/copy/paste might not work on your system.$Sender->Head->AddString('$("#Form_Body").live("mouseover", function() {$("#Form_Body").cleditor({width:"100%", height:"100%"});});');
There's probably a way of fixing this with a jQuery call, one of these pages might help a jQuery-guru figure it out: foreach ($this->_Strings as $String) {
$Head .= $String;
$Head .= "\n";
}Save the file and reload to see if you can see the CLEditor toolbar$Sender->Head->AddString('<script type="text/javascript">$("#Form_Body").live("mouseover", function() {$("#Form_Body").cleditor({width:"100%", height:"100%"});});</script>');
(*updated*)Doesn't the fix above make it work on Edit pages too?thomaswest14 said:... if it could work on the edit pages too that would be great ...
It looks like you're new here. If you want to get involved, click one of these buttons!