Search

You searched for the word(s): "image editor"'A=0
Showing page 83 of 229 (2,285 total posts) < 1 second(s)
  • Is this use case discouraged? If so, alternatives?

    Hi,   We have licensed Cute Editor for a large client who intends to publishes the content produced by Cute Editor users as both emails and webpages. When it comes to emails we hope to host the in-line images on our web servers. Because these images may be hit by quite a few people (well, probably in the thousands in the upper limits, it's ...
    Posted to Cute Editor for .NET (Forum) by obiwantcp on July 4, 2006
  • Re: custom image upload

    Please use the PasteHTML() API.PasteHTML() This method is used for pasting the specified HTML into a range within an editor document. If anything is selected, the selection is replaced with the new HTML and text. Example: // get the cute editor instancevar editor1 = obj_Editor1;// pasting the specified HTML into a range within a editor ...
    Posted to Cute Editor for ASP (Forum) by Adam on June 29, 2006
  • Image Dialog as Manager, no Insert from

    Is an Editor required in the page to access the Image Dialog? .. and is there a way to access the dialog without it?   In the interest of providing consistent user experience I've a situation where I'd like to use the Image Dialog to upload, manage images in folders.. (albums) .. and then close without returning a value?.. and then refresh ...
    Posted to Cute Editor for .NET (Forum) by aeromed on December 5, 2005
  • Re: width for editor

    Rick,  You can use the Toolbar item ''break'' to put the other buttons in the next row: Open your simple.config and add the following code: <?xml version=''1.0'' encoding=''utf-8'' ?> <configuration>  <toolbars>   <item type=''g_start'' />   <item type=''g_end'' ...
    Posted to Cute Editor for .NET (Forum) by Adam on May 13, 2005
  • Re: Image/Hyperlinks (Need Support for Relative & Absolute Paths)

    Adam,    I don't want the editor to convert the absolute paths to relative paths.    What I want is for the editor to not touch the urls at all. Leave them as the user types them in.   Right now the editor changes relative URLs which I DON'T want it to do.    Is this possible with ...
    Posted to Cute Editor for ASP (Forum) by demmett on February 10, 2005
  • Problem trying to use "Isnert image"

    When I try to insert and image I get an unpopulated image form with no upload controls that I can only cancel out of. After accessing this commend the webserver does not respond to calls and cannot even be restarted. only a machine reboot fixes it up again. I suspect this is due to the wrong values being set for ...
    Posted to Cute Editor for ASP (Forum) by tonyz on January 28, 2005
  • Error Running Insert Image

    I just set up the Cutesoft Editor, and everything seems to work, except when I click the Insert Image Button, I get   Response Error Object 'ASP0156 80004005'   Header Error   /CuteEditor/_File/insert_image.asp line, 14   The Http Header are already written to the client browser. Any HTTP Header Modifications must be ...
    Posted to Cute Editor for ASP (Forum) by cab0San on November 16, 2004
  • Re: Image editor not showing images

    Hi Mr Adam,       It happens again. I have posted my issues since Saturday, and I see you responding to other posts that are sent after mine, and mine is left open unanswered.      FYI, if you are not aware, I have purchased the ''redistribution'' license for the Cute Editor .NET.      Please ...
    Posted to Cute Editor for .NET (Forum) by billtang on May 28, 2007
  • Re: Newbie Question - Can you configure the toolbar?

    Create custom buttons make it more easier in version 2.2. Now you can register your own button and use it in the template property!.   For adding a custom button one needs to follow two steps.   Step1:  Register the button to the CuteEditor   . <script runat=''server''> void Page_Load(object sender, ...
    Posted to Cute Editor for .NET (Forum) by Adam on February 8, 2004
  • Re: Will Cute Editor Do this?

    You can use ImageGalleryPath property to programmatically specify the Image gallery path.   //Programmatically specify the Image gallery path editor.ImageGalleryPath = ''/Uploads''   In your own applications, you can specify the different ImageGalleryPath based on the current user role.   Hope it helps.   Let me know ...
    Posted to Cute Editor for PHP (Forum) by Adam on February 2, 2011
« First ... < Previous 81 82 83 84 85 Next > ... Last »