Search

You searched for the word(s): "image editor"'A=0
Showing page 78 of 229 (2,285 total posts) < 1 second(s)
  • Re: Suggestion and small error with relative path.

    Mattia, Please set Editor.UseRelativeLinks Property to true as well.>>Then a suggestion:>>in the image editor, is possible to add the constrain proportions possibility to the resize? I suppose it must be easier to realize than all the other tools in the image editor, why you didn't add it?We will include this suggestion into the ...
    Posted to Cute Editor for .NET (Forum) by Adam on December 10, 2005
  • Repost: Repost: Repost: Images in existing documents

    Seems weird, but I just can't seem to get any focus on this problem. This the third posting. Adam looked at it once but then lost interest maybe? Problem: I have installed CuteEdit as described in the documentation and can open existing htmls fine. The only problem is that any images do not display. Seems to me it's probably a pathing issue but ...
    Posted to Cute Editor for .NET (Forum) by sfkhooper on December 10, 2005
  • Re: Licing info

    Babyworm,   All the license type allows you hide/extend the functions of the editor.   Please check the following articles:How to change the layout of the toolbars?  http://cutesoft.net/developer+guide/Howto_Change_layout_of_the_toolbars.htmHow to create a custom toolbar configuration ...
    Posted to Purchase / License FAQ (Forum) by Adam on November 1, 2005
  • Re: Javascript not working

    ytang: Hello Adam,   I have the same issue. I tried to use your online example to reproduce it, I found the example page doesn't work. It only shows a bunch of broken image links.   My code calls ''editor.EnableStripScriptTags = false;'' before loading the content which contains JavaScript from the database and set to the ...
    Posted to Cute Editor for .NET (Forum) by Adam on October 1, 2007
  • Re: Restrict User to upload image in to specific Category..

    Hi narendrababu,   1. Please open file\CuteSoft_Client\Gallery\Editor\Explorer\Code.js, find the function below   function SelectCategory(category) {}   2. Add the code below into the function above, then it will hide the upload button when user click on any category except ...
    Posted to ASP.Net Image Gallery (Forum) by Kenneth on March 6, 2014
  • Re: Image and Space

    Gaudicia,   The space in the file names should not cause any problems.   For example, go to this demo:   http://cutesoft.net/example/general.aspx   And enter the following HTML code:   <img alt='''' src=''http://cutesoft.net/uploads/Nicole Kidman.jpg'' border=''0'' />   Then submit the page. ...
    Posted to Cute Editor for .NET (Forum) by Adam on January 23, 2008
  • Re: Image/Hyperlinks (Need Support for Relative & Absolute Paths)

    By default Internet Explorer automatically converts all URLs in hyperlinks (anchor tags) and images (img tags) to absolute URLs. In the Cute Editor.NET. there is a property named RemoveServerNamesFromUrl.   When this property is set to true (the default), CuteEditor strips out the local server name from all A and IMG tags if the hostname in ...
    Posted to Cute Editor for ASP (Forum) by Adam on February 10, 2005
  • Re: Image Uploads

    pantana,   Yes, it's possible to disable the upload button. Please check the Editor.AllowUpload Property which specifies whether the user accessing the page has permissions to upload images.   You can do something as following:   When the users is logged in, you can get her/his access role. If he/she is admin, we can set ...
    Posted to News and Announcements (Forum) by Adam on August 27, 2004
  • Re: URLType default, but need Image src absolute

    No, I need the anchor tags to never be changed... I use CuteEditor as an email editor with data aware content. I have some anchors that are in this format: <a href=''{webcast_url}''>{webcast_url}</a>The only way for it to stay in that format is to keep the URLType  set as default to prevent malforming the structure. The ...
    Posted to Cute Editor for .NET (Forum) by analysis_junky on January 26, 2010
  • Re: set url in image url propertis

    Please URLType property and check this example.   Relative/Absolute URLs   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 July 27, 2009
« First ... < Previous 76 77 78 79 80 Next > ... Last »