Search

You searched for the word(s): "image editor"'A=0
Showing page 32 of 229 (2,285 total posts) < 1 second(s)
  • Re: Max Image Size..

    Hi Sky_Chief,   You can use the code below to change the image size if it large than the value you set. the width is set to 400px below, you can limit the height as the same way. Just need to add the code to the bottom of your page, it will automatically ...
    Posted to Cute Editor for PHP (Forum) by Kenneth on February 5, 2013
  • How to customize editor

    I just recently purchased the .Net 6.6 version and am trying to figure out how to:Customize so that every editor I add to a web page will apply specific default settings. For exampleEditor1.EditorOnPaste = CuteEditor.PasteBehavior.PasteTextEditor1.ShowHtmlMode = FalseEditor1.ShowPreviewMode = FalseEtc. I don't want to have to edit every page that ...
    Posted to Cute Editor for .NET (Forum) by demmett on March 13, 2012
  • Upload Image - Error

    We have the Cute Editor running on 2 severs. The code on each server is identical. On Server 1, I am able to upload an image via the  ''Insert Image'' tag. On Server 2, I get an error when I try to upload the same image (the image size is 59k). The error is:Server side exception: failed to upload xx.jgg Debug Information: Write to ...
    Posted to Cute Editor for ASP (Forum) by swhitmore on September 23, 2011
  • Upload Image - Error

    We have the Cute Editor running on 2 severs. The code on each server is identical.On Server 1, I am able to upload an image via the  ''Insert Image'' tag.On Server 2, I get an error when I try to upload the same image (the image size is 59k). The error is:Server side exception: failed to upload xx.jggDebug Information: Write to file ...
    Posted to Cute Editor for .NET (Forum) by swhitmore on September 23, 2011
  • Re: Customised image selector unable to work in Chrome v13.0.782.220 m

    Hi huatz, Please try the example below. <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <%@ Page Language=''C#'' %> <html> <head>     <title>ASP.NET WYSIWYG Editor - Use CuteEditor as an image selector</title>     ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on September 14, 2011
  • Re: Obtaining Selected Image HTML

    Hi BinbinB, Try the example below 1. Create a page name ''example.aspx''. below is the page code <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <%@ Page Language=''c#'' %> <html> <head>     <title>ASP.NET WYSIWYG Editor - How to create a custom button ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on April 19, 2011
  • Re: Background Image URL enclosed in double quotes

    Hi sanjay.joshi,   I think you get he code like below     <td style=''background-image: url(&quot;/Editor/uploads/12.jpg&quot;);''>&nbsp;</td>   If so, Please try the new example below   <%@ Page Language=''C#'' %>      ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on January 25, 2011
  • Feature on limiting image upload folder size

    We have found out that the Cute Editor for .NET is capable to limit the image upload folder size (http://cutesoft.net/developer+guide/index.htm#page=Limit-image-upload-folder-size.htm). However, it seems that Cute Editor for PHP does not support this feature. We would like to know if it is possible to enable the feature in limiting the image ...
    Posted to Cute Editor for PHP (Forum) by hkedcity on August 9, 2010
  • Re: change toolbar image

    Hi goh6613,   Try this example <%@ Page Language=''C#'' %>       <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %>    <html>    <head> ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on June 29, 2009
  • Re: Setting in Config File to Resize Image without constraint proportion

    Yuvika,   Please use the following properties:   Editor.MaintainAspectRatioWhenDraggingImage Property If you do not want to preserve the aspect ratio when you drag and resize an image, you can set the MaintainAspectRatioWhenDraggingImage property to false. By default, MaintainAspectRatioWhenDraggingImage is set to true to ...
    Posted to Cute Editor for .NET (Forum) by Adam on March 17, 2009
« First ... < Previous 30 31 32 33 34 Next > ... Last »