Search

You searched for the word(s): "image editor"'A=0
Showing page 62 of 229 (2,285 total posts) < 1 second(s)
  • Re: How to open InputDialog box on click of teh external button

    Please check the following two examples. It gives you some ideas how to call editor dialogs from external buttons.   How to use CuteEditor as a file picker?( Demo) This example demonstrates how to use CuteEditor as a file picker. How to use CuteEditor as an image ...
    Posted to Cute Editor for .NET (Forum) by Adam on February 22, 2010
  • Re: Saving a file in the demo

    srikanthrajan,   1. You need to implenment your own event. You can save the data into database. You can also save the data into physical file.   2. Please use the following button to insert special characters: Special Chars Inserts a special character from a predefined list.   3. LoadWord functions doesn't work ...
    Posted to Cute Editor for .NET (Forum) by Adam on July 22, 2009
  • Re: Make the html tag pointing to Root directory

    rayashraf,   Document:   http://cutesoft.net/developer+guide/scr/Absolute-and-Relative-Paths.htm   Absolute and Relative Paths - Using URLs Effectively When you're creating links to documents and images on the Web, you need to think about how you're going to link to them. CuteEditor supports three standard ...
    Posted to Cute Editor for .NET (Forum) by Adam on February 27, 2008
  • Re: hyperlinks get truncated

    Ptik,   Please set the Editor.URLType Property to Absolute.     Editor.URLType Property Specify whether the URL should be converted to a site root relative path (/html/images/image1.gif) or an absolute path (http://www.mysite.com/images/image1.gif). URLType Enumeration Specify whether the URL should be ...
    Posted to Cute Editor for .NET (Forum) by Adam on February 21, 2008
  • Re: Inserting Relative Path for Images

    David,   Because the insert_image.asp and the page contains Cute Editor have different locations, ''../Test.jpg'' means different URL path. So Cute Editor can only use Root Relative Path like ''/Root/Folder/Test.jpg''.   You can change it to relative path by modifying the image properties. However the preview function in the ...
    Posted to Cute Editor for ASP (Forum) by Adam on January 8, 2007
  • Re: ASP version vs. ASP.NET version, and XHTML compliance

    Hi Simon,   Welcome to CuteSoft support forums.I must admit the XHTML output feature of the .net version is more powerful than the asp version. The asp version is using the client side javascript to convert the HTML to the XHTML. We will continue work on improving this feature.>>Lastly, are there any other significant differences ...
    Posted to Cute Editor for ASP (Forum) by Adam on August 24, 2005
  • Re: Some problems and a few requests

    Ludvig,   Thanks for the nice commments. We are trying to build a most powerful and easy to use content editor for .NET and ASP developer. We listen all the client feedbacks and we will keep on improving this product.   Problem: In develop stage, the license make a problem, and I have to manipulate the system date, for ...
    Posted to Cute Editor for .NET (Forum) by Adam on January 13, 2004
  • Re: Saving Html to RTF with image fails

    I created a new page with the above code and I get the same Parameter is Invalid error:   Parameter is not valid. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: ...
    Posted to Cute Editor for .NET (Forum) by davistech on March 27, 2009
  • Re: Global Installation and Image Saving Questions...

    Please follow the steps below:   1. Copy the files under CuteEditor to the target directory.   2. Map the directory in IIS as a virtual directory only (not application).   3. Add the following entry into your web.config.   <add key=''CuteEditorDefaultFilesPath'' value=''~/editor'' />     Virtual ...
    Posted to Cute Editor for .NET (Forum) by Adam on January 24, 2008
  • Re: applying the editor to multiple websites on one server

    The variable that is causing the message that ''access to this area is ... forbidden'' using Insert Image is: editor.allowupload.  Seems to not allow uploads if the Session (admin access level is <2). 1. Where is this ''admin level'' set? 2. What do I need to do to set it to allow uploads by client websites?    
    Posted to Cute Editor for ASP (Forum) by dklauk on February 15, 2005
« First ... < Previous 60 61 62 63 64 Next > ... Last »