Search

You searched for the word(s): Image
Showing page 229 of 440 (4,393 total posts) < 1 second(s)
  • Re: The Cut effect for custom buttons

    Hi jonathanexact,   Please try this example   <%@ Page Language=''C#'' ValidateRequest=''false'' %>     <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %>   <html>   <head> ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on May 24, 2010
  • Re: File/Image upload not working

    Hi davedr,   Is your site online? If so, please send me the test url, I will check it and get back to you as soon as possible.   My E-mail: Kenneth@CuteSoft.net   Regards,   ken
    Posted to Cute Editor for .NET (Forum) by Kenneth on April 19, 2010
  • Re: image insert with https

    Adam, I have this set to Absolute.   However my server is not running in SSL so only http is inserted in the absolute path.   Is it possible to replace http with https in the absolute path.?
    Posted to Cute Editor for .NET (Forum) by Benava on March 30, 2009
  • Re: Context Menu not appearing at correct location.

    Hi MatthewBe,   I can replicate it using IE7. The trick to replication is - you must not be at the top of the scrollable area for it to happen.   This issue seems to be consistent in all ''scrollable DIV.'' Even the dropdowns from the toolbars incorrectly position when scrollable DIV is not at its original position.   Here're ...
    Posted to Cute Editor for .NET (Forum) by KennyW on March 13, 2008
  • Re: Emulating Bold Button Behaviour for H1

    Richard,   You can create a custom button. When people click it. It calls the following JavaScript function: <script runat=''server''>  void Page_Load(object sender, System.EventArgs e)  {   if(! this.IsPostBack )   {    Editor1.Attributes[''oncommand'']=''return ...
    Posted to Cute Editor for .NET (Forum) by Adam on August 23, 2007
  • Re: IE6 incredibly slow

    That must be at least 4 different ISPs that are doing something different then...... Like I said I have had other people try it.   It wouldnt surprise me with the MOD network being different tho. BUT V5.3 was/is ultra fast compared to V6 on IE6 so its not as if it could not be fixed. I get sick and tired of the ''it works on our ...
    Posted to Cute Editor for .NET (Forum) by AndyFel on August 20, 2007
  • Re: PDF RTF Generation Problems

    Vishal,   Thanks for the interest.   PDF:   In the current version, to insert images in PDF file, you need to upload images to the server first.   RTF:   In the current version, RTF feature will not keep the existing format, it doesn't support images.   Hot Spot   ...
    Posted to Cute Editor for .NET (Forum) by Adam on October 13, 2006
  • Re: Image Upload

    Doug,   It's still a permission issue.   Windows Server 2003 uses the ''Network Service'' account by default instead of ASPNET.   Please make sure ''Network Service'' account has write permission to the above folder.    
    Posted to Cute Editor for .NET (Forum) by Adam on May 16, 2006
  • Re: Server Error when Inserting image.

    sf_coder,   Which version of CuteEditor are you using?   Please test the following example:   http://cutesoft.net/example/general.aspx   The above example is using the version 5.2.   Keep me posted    
    Posted to Cute Editor for .NET (Forum) by Adam on April 24, 2006
  • Re: Questions about functionality

    ggparkinson, How much control do I have over where images are uploaded to (can I control the path) You can find all the properties which control the image upload in the file below: CuteSoft_Client/CuteEditor/Configuration/Security/Default.config or Admin.config. Here is an example for admin: <security ...
    Posted to Cute Editor for .NET (Forum) by Adam on November 30, 2004