Use CuteEditor as an image selector

Last post 03-05-2011, 4:53 AM by remoonsk. 6 replies.
Sort Posts: Previous Next
  •  02-22-2011, 4:03 PM 66370

    Use CuteEditor as an image selector

    Hi,
     
    I am trying to use the editor as an image selector, but I can't get rid of the space and border that appears below the form field. Your example at http://phphtmledit.com/use-CuteEditor-as-image-selector.php shows the same field no matter what browser is used.
     
    Can you help? I am using the latest version of the editor.
     
    Thanks.
     
    Pascal
  •  02-22-2011, 9:57 PM 66379 in reply to 66370

    Re: Use CuteEditor as an image selector

    Hi random,
     
    Can you post a screenshot to show which space and border? So I can show you how to achieve it.
     
    Regards,
     
    Ken
  •  02-23-2011, 1:40 AM 66386 in reply to 66379

    Re: Use CuteEditor as an image selector

    Hi Ken,
     
    Here it is:
     
  •  02-23-2011, 12:49 PM 66399 in reply to 66386

    Re: Use CuteEditor as an image selector

    Dear random,
     
    Please open "\cuteeditor_files\Themes\OfficeXp\style.php"
    Change
    <?php   echo $editorid; ?> .CuteEditorFrame {width:100%;height:100%;padding:0;border-top: #dddddd 1px solid!important;border-bottom: #dddddd 1px solid!important;border-left: #ffffff 0 solid!important;border-right: #ffffff 0 solid!important;}
    To
    <?php   echo $editorid; ?> .CuteEditorFrame {width:100%;height:100%;padding:0;border-top: #dddddd 0px none!important;border-bottom: #dddddd 0px none!important;border-left: #ffffff 0 solid!important;border-right: #ffffff 0 solid!important;}
     
    After done, please test it again.
     
    Thank you for asking
  •  02-24-2011, 9:11 AM 66418 in reply to 66399

    Re: Use CuteEditor as an image selector

    Hi Eric,
     
    Thank you for your response.
     
    Unfortunately, this doesn't seem to make a difference, the border and space are still there.
     
    Pascal
  •  02-24-2011, 11:41 AM 66429 in reply to 66418

    Re: Use CuteEditor as an image selector

    Hi Eric,
     
    Correction, it is working now. Thank you for your help.
     
    Regards
     
    Pascal
  •  03-05-2011, 4:53 AM 66551 in reply to 66370

    Re: Use CuteEditor as an image selector

    There is a demo of using the CuteEditor as an image selector. Is the source code for the example available?
    Thanks,
    Mark


View as RSS news feed in XML