forkus2000:
Some time the editor when i call from ajax not load at the first time , but if you reload the same content show well...
Can you show me how to reproduce this issue?
Can you try the following example?
If this example works for you, please try the following code?
<?php include_once("CuteEditor_Files/include_CuteEditor.php") ; ?>
<html>
<head>
</head>
<body>
<form name="theForm" action="/Get_HtmlContent.php" method="post">
<div align="center">
<?php
$editor=new CuteEditor();
$editor->ID="Editor1";
$editor->Text="Hello World";
$editor->FilesPath="CuteEditor_Files";
$editor->Draw();
$editor=null;
//use $_POST["Editor1"]to catch the data
?>
</div>
</form>
</body>
</html>
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