alES,
>> I found on the the line 140 (include_CuteEditor) the conversion.
No, Cute Editor doesn't do the convertion. You can check the include_CuteEditor.php file yourself.
The following code is wrong:
<?php
$editor=new CuteEditor();
$editor->ID="Editor1";
$editor->Text='<a target="_blank" href="
<?php echo "test";
?>"> myPhp link </a>'
?>
It should be:
<?php
$editor=new CuteEditor();
$editor->ID="Editor1";
$editor->Text='<a target="_blank" href="<?php echo "test"; ?>"> myPhp link </a>'
?>
asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
asp wysiwyg html editor: http://cutesoft.net/ASP
asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
Live Support: http://cutesoft.net/live-support/default.aspx