Hi Tknippenberg,
Please create an example page with the code below and test on your end. Does it get the same problem?
If it works, please create a page which can reproduce this issue and post here. I will check it and get back to you as soon as possible.
- <?php include_once("cuteeditor_files/include_CuteEditor.php") ; ?>
- <html>
- <head>
- <title>example</title>
- </head>
- <body>
- <form>
- <?php
-
- $editor=new CuteEditor();
- $editor->ID="Editor1";
- $editor->Draw();
- $editor=null;
- ?>
- </form>
- </body>
- </html>
Regards,
Ken