Search

You searched for the word(s): "image editor"'A=0
Showing page 122 of 229 (2,285 total posts) < 1 second(s)
  • Re: URLType default, but need Image src absolute

    Kenneth,   Thanks! Creating an html filter resolved the issue.     function cleanUpHtml(html) { var a = 'src=''http://www.cutesoft.net/Email_Images/', b = 'src=''http://www.DOMAIN_NAME_REMOVED.com/Email_Images/'; return html.replace(a, b); } function CuteEditor_FilterHTML(editor,code) { return ...
    Posted to Cute Editor for .NET (Forum) by analysis_junky on January 27, 2010
  • Re: Image Gallery shows not all pictures

    Dear AndriiChuk,   Please upgrade it to latest version, the download url is http://cutesoft.net/downloads/folders/cute_editor_current_releases/entry21904.aspx, the installation steps can be found in http://www.cutesoft.net/ASP.NET+WYSIWYG+Editor/Deployment/html-editor-Deployment/Deployment.htm   Regards, Eric  
    Posted to Cute Editor for .NET (Forum) by Eric on January 19, 2010
  • using ftp to manage file and image library

    We recently made a server infrastructure change and are no longer able to use the UNC path to upload files and images and for the galleries.  Is it possible to use ftp to perform these same functions? I contacted support and my answer was Yes, it’s possible. But cute Editor doesn’t support online FTP right now.  I ...
    Posted to Cute Editor for .NET (Forum) by mrfisher on September 23, 2009
  • Insert Image, Rename Folder and File, Need HELP.

    I implemented my own FileStorage class that stores everything in the database.   Right now the Editor validates that the file is the correct type (.jpg, etc..) when the user uploads a file.  However, what I do is take that filename, strip the extension off and set the Title property in the database.   When I try to ...
    Posted to Cute Editor for .NET (Forum) by brien@classicsoft.com on July 15, 2009
  • Image Upload Error

    Hi there:   We have purchased Cute Editor and posted to our Project.   We have noticed that in IE it works on some machine and does not work on others. It works well on Firefox.   We suspect it to be a browser issue. Please help us on that. Is that we need to make any browser settings or change the ''Trusted Site Zones - ...
    Posted to Cute Editor for .NET (Forum) by SharmilaMichael on April 22, 2009
  • Cannot create folder via file or image dialog

    Hi,   I have CuteEditor for .NET 5.3 and integrated it into our umbraco installation (win 2003 server, .NET 2.0). I cannot create folders with the editor, thus I can delete them. I changed the AllowCreateFolder property in all three security configs. I checked the folder permissions (networkservice and ASP.NET Account have full control over ...
    Posted to Cute Editor for .NET (Forum) by hoehler on July 24, 2008
  • Unable to create Save Button in the editor area

       Hi,   I have created the following entry in the simple.config file :   <item type=''image'' name=''Save'' postback=''True'' /> I couldn´t use/see the save button. If I logged on with the host account, i couldn´t use the save button, too !!! Where is the problem ?? ...
    Posted to Cute Editor for .NET (Forum) by fabert on July 23, 2007
  • Need help with toolbar customization

    I downloaded the trial version and I'm testing the product on my local PC.  I have the application running at this point.  I would like to change the editor configuration.  I'm looking at the documentation that was provided on the web (http://cutesoft.net/developer+guide/index.html) to change the configuration. Below is the ...
    Posted to Cute Editor for .NET (Forum) by jas05220 on June 14, 2006
  • Upload image to different directory

    Hello   I have two websites D:/IIS Projects/publicWebsite/ D:/IIS Projects/adminWebsite/   The editor is situated in the adminWebsite directory which is the admin section for the publicWebsite.   I would like to upload my images or change the upload direcory path to D:/IIS Projects/publicWebsite/Uploads instead of D:/IIS ...
    Posted to Cute Editor for .NET (Forum) by ciaran on November 10, 2005
  • Re: Databse Image Selection

    sperndogger,   I think you need to create a custom button to achieve this.   1.  Create a custom button and add the onclick event to this. When the users click the button, we open a pop-up window.   2. In the pop-up window, we list all the images, media and document with your custom tool.   3. When the users ...
    Posted to Cute Editor for .NET (Forum) by Adam on November 16, 2004