Search

You searched for the word(s): "image editor"'A=0
Showing page 39 of 229 (2,285 total posts) < 1 second(s)
  • Re: Image/text errors in text area

    Hi Ken,   I'm back in the office today and have updates on your suggested solutions:    Quesiton 1: I've confirmed this. The page the editor is on does not have access to the relative image path, so:   ex. an img src = Web/Resources/Image/ALFALogoWhite.jpg  will show a broken image in the text ...
    Posted to Cute Editor for .NET (Forum) by astearns on October 16, 2012
  • Re: Editor.Setting.GetHashString()

    Hi Adam,   Yes I know its an old thread I'm upgreading from 5.3 to 6.4 and I want to use InsertImage dialog to retreve an Image and save the path of the image in my db.   I checked example demonstrates how to use CuteEditor as an image selector, It works fine but I need to save the image path from the textbox without the server ...
    Posted to Cute Editor for .NET (Forum) by maowidat on June 18, 2009
  • editor image button in aspx (.gif.aspx extension). Why?

    Hello.Trying to identify why the toolbar was so slow to load, we switched the image button sources to [imagename].gif, instead the original [imagename].gif.aspx (we had to extend the Editor Class and overload the Render method).It resulted in a faster loading (and a still functional editor) in a charged server.So, why the image buttons have to be ...
    Posted to Cute Editor for .NET (Forum) by seiti on March 9, 2006
  • Re: How to set a background image?

    Brian,   I assume you would create a custom (button / drop down / popup) which could call a function like:   function setBackground(url) {   //Update editor   var editor1 = document.getElementById('<%=editor1.clientid%>');   editor1.GetDocument().body.style.backgroundImage = ''url('' + url + ...
    Posted to Cute Editor for .NET (Forum) by Anonymous on June 14, 2007
  • Re: Images and Text Are Disappearing in the Editor

    I downloaded the latest version (sent by Karen) and installed it over what I had before.  Unfortunately that didn't solve the problem.What I found out is that if I have <A> tags around an image with the HREF set to ''#'' then the error occurs and the images dissapear.  However if I rename the info inside the HREF to say ''abc.htm'' ...
    Posted to Cute Editor for ASP (Forum) by javertiz on October 24, 2006
  • Image Editor use

    I have set up my web application to launch ImageEditor with an image that the user uploaded. However, All I seem to be able to do is rotate and scale the image. I am able to save these changes   Select does nothing. Any attempt at drawing causes my image to be replaced by a broken image icon. Clicking on New Image, also displays a ...
    Posted to Cute Editor for .NET (Forum) by Windflower on January 15, 2008
  • Re: Http Error 2 on uploading image

    iFidelis: Hi   I was able to fix the issue. Following are the steps of error occurence and fixing:   a. Everything in the application was working fine, and all of a sudden one day Image Upload functionality started giving "http error 2".  b. I was able to find http error 2: only listed in core.js c. The only ...
    Posted to Rich Text Editor for .NET and MVC (Forum) by Adam on May 6, 2014
  • Deploying Without Image Editor

    I need to disable the .  ImageEditor icon I have not installed the ImageEditor.  I would like to remove the Image Editor icon from the toolbar displayed in the 'Insert Image' dialog box .  I can't find instructions specific to that toolbar. Is it configurable? Thanks, Michael
    Posted to Cute Editor for .NET (Forum) by Michael G on August 27, 2007
  • Re: How to change upload folder position?

    Please check the following articles: Setting up the Image gallery path   http://cutesoft.net/developer+guide/Specifying-images-path.htm Setting up the Flash gallery path http://cutesoft.net/developer+guide/Setting-up-the-flash-gallery-path.htm Setting up the Media gallery path ...
    Posted to Cute Editor for .NET (Forum) by Adam on January 19, 2006
  • Re: How to capture an UNLOAD event?

    spencet:    In the File Selector example, we would like to trigger an ASP.NET function after the Upload and Insert buttons are pressed and the CE window is closed but having trouble grabbing the CE.Unload event. Anyone have an example of how to do this or a better way to accomplish our goal?   Thanks Hi ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on April 18, 2010
« First ... < Previous 37 38 39 40 41 Next > ... Last »