layer can not be moved

Last post 09-28-2016, 8:11 AM by Kenneth. 3 replies.
Sort Posts: Previous Next
  •  09-20-2016, 4:51 AM 84755

    layer can not be moved

    why can i not move the layer, witch settings must be done? in Script/Constant.js ?

     

    what ist a skin here? How ca i  use it?

    Filed under: ,
  •  09-20-2016, 9:37 AM 84756 in reply to 84755

    Re: layer can not be moved

    Hi,

     

    I think you are testing on the chrome browser, this due to the browser limitation, so have not a good solution to fix this on chrome for now, we will improve it in the future version.

     

    The forum using the "RichTextEditor" not the CuteEditor, so your CuteEditor does not has this skin. If you want to try the RichTextEditor, you can test on http://phphtmleditor.com/demo/ directly.

     

    Regards,

     

    Ken 

  •  09-23-2016, 4:25 AM 84770 in reply to 84756

    Re: layer can not be moved

    thanks, i have testet RichTextEditor for PHP, but don't work on uploads.

    we use CakePhp for backend and ExtJs for frontend, when creat editor only with cakephp, can i open the image-panel, but when create the editor with ajax-function and click on "add image" , than received "http error 2" with the html-code of mein homepage

     

    what has happened here?

  •  09-28-2016, 8:11 AM 84781 in reply to 84770

    Re: layer can not be moved

    Hi,

     

     

     

    Regards,

     

    ken 

    Please try the way below, it will fix the issue.



    1.    Create a new page with any name, in my example, I name it to “test_post.php”, and use the same editor code as your editor page. (only the editor code)


    For example, at my end, I used the code below in it.


    <?php require_once "richtexteditor/include_rte.php" ?>

    <?php   

    $rte=new RichTextEditor();   

    $rte->ID="Editor1";    

    $rte->MvcInit();

    ?>   


    2.    Set property AjaxPostbackUrl for your editor (in the old editor page), like below. The url should set to the new page above.


    $rte->AjaxPostbackUrl="test_post.php";

View as RSS news feed in XML