Search

You searched for the word(s): "image editor"'A=0
Showing page 51 of 166 (1,657 total posts) < 1 second(s)
  • Re: What's new in version published August 10 2011?

    We fixed three issues. 1. In IIS integrated mode, if the target folder has too many files, the upload function in the insert image dialogs will have a problem. 2. We also changed css theme code to make the editor better looking in Chrome. 3. Some spaces removed from ...
    Posted to Cute Editor for .NET (Forum) by Adam on August 11, 2011
  • Re: any way to prevent the picture from word by the paste from word button?

    Word stores the image in its own file system. As as web solution, we don't have permission to access it directly. So your users cannpt paste any picture from word.   For your situation, I suggest you check the following example:   http://cutesoft.net/example/editor-onpaste.aspx   Maybe you need to consider set EditorOnPaste ...
    Posted to Cute Editor for .NET (Forum) by Adam on October 14, 2010
  • Re: Absolute links not working

    Rick,   Please use URLType property. 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 converted to a site root relative path ...
    Posted to Cute Editor for .NET (Forum) by Adam on March 30, 2009
  • Re: Problem with Font control?

    The effect you are seeing is to do with the web browser ''box model''.   Assume that a large proportion of page elements (tags) form a ''box'' around their content.  Clearly there are some tags that do not hold any box content such as the image (img) tag, but essentially all tags form some kind of ''box''.   Lets take a ...
    Posted to Cute Editor for .NET (Forum) by MarkMyWords on July 23, 2008
  • Re: Compiler warning: UseRelativeLinks and RemoveServerNamesFromUrl is obsolete

    Joeg,   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 converted to a site root relative path (/html/images/image1.gif) or an ...
    Posted to Cute Editor for .NET (Forum) by Adam on March 17, 2008
  • Re: Prevent Users from inserting a Layer with absolute positioning

    awpross,   You have too options.   1. Remove this button from         a. 1. Edit the configuration file directly         The following code disables the InsertLayer buttons:         <item type=''image'' name=''InsertLayer'' ...
    Posted to Cute Editor for .NET (Forum) by Adam on July 31, 2006
  • Re: Whats new?

    Fixed Bugs:   - Fixed: Slow with FireFox when switching from the design view to HTML view http://cutesoft.net/forums/13487/ShowPost.aspx   - Fixed: Resizing of images within normal view bug: unable to resize http://cutesoft.net/forums/13538/ShowPost.aspx   - Fixed: When resizing images by dragging, aspect ratio is not ...
    Posted to Cute Editor for .NET (Forum) by Adam on December 8, 2005
  • Re: Three Questions

    >>1)  I would like to make all of the popup windows resizable.  How do I make this change?   Please open the CuteEditorconstants.js file and  modify the following code:  // Default window ornaments for the image dialogvar _imageDialogFeature = ''status:0;dialogWidth:640px;dialogHeight:585px; scroll: 0; ...
    Posted to Cute Editor for .NET (Forum) by Adam on November 7, 2005
  • Re: Hyperlink dialog, extra options

    This editor is version 2.1.   After we released the version 2.0, we received many feedbacks from our clients.  Many feedbacks focus on link management and image management.   The new version was made based on our analysis of numerous requests and feedbacks from thoese opinions and we hope that now CuteEditor becomes a more ...
    Posted to Cute Editor for .NET (Forum) by Adam on January 3, 2004
  • Max image folder size?!

    Hello!I upgraded to 5.0 for DNN3.1 and now I can't upload images! The editor tells med 100mb is the limit. I tried to change this in security/default.config  <securityname=''MaxImageFolderSize''>502400</security>but the limit is still 100 mb. Is there another setting somewhere? This is urgent...regards Ylva 
    Posted to Cute Editor for .NET (Forum) by ylvah on September 17, 2005
« First ... < Previous 49 50 51 52 53 Next > ... Last »