Search

You searched for the word(s): cuteeditor 4.6'A=0
Showing page 544 of 966 (9,656 total posts) < 1 second(s)
  • Setting a template by javacript SetHTML function

    Hi,   When I use SetHTML(content) function of cuteeditor on client side using javascript, the content which is set is not editable. The same content is editable when I open the content through the 'Insert Template' button. Is this is known behavior or do I have to do some additional coding for cute editor to know that the content being ...
    Posted to Cute Editor for .NET (Forum) by hrm123 on August 8, 2011
  • Some spaces removed from template

    I discovered a new issue with the CuteEditor and I am able to reproduce it.  Steps to reproduce: Create a new .htm file on your hard drive with the following content (IMPORTANT: notice the spaces before the <a> tag and after the ...
    Posted to Cute Editor for .NET (Forum) by frJericho on August 3, 2011
  • Cute Editor making IE8 crash When tried to Close a Dialog window

    Hi,   I am using Cute Editor 6.0.   Problem: When i tried to add a TextBox using CuteEditor and then i tried to Close the dialog window using ''Window_CloseDialog'' IE8 is getting Crashed. The same functionality is working in IE7.   One more thing i noticed is after adding a text box it will be highlighted in Editor. IE8 ...
    Posted to Cute Editor for .NET (Forum) by gsnr47 on August 2, 2011
  • The area you are attempting to access is forbidden sec2

    I recently transferred a working CuteEditor php installation intact into a new code base, on the same server, in a parallel directory to the old.  When trying to browse an image library, I get the error message: The area you are attempting to access is forbidden sec2 I found where this error was being thrown, and put in debug ...
    Posted to Cute Editor for PHP (Forum) by HighConcept on June 4, 2011
  • Re: spell check problem

    I tried it in IE8 (with/without compatibility view). It doesn't work either     We block the right click for cuteeditor and ctrl+v only gives plaint text. The user use the paste from word button. I actually have another issue. With following text, I could not change the font type (eg: change to Tahoma). Everytime I do it, it freezes ...
    Posted to Cute Editor for .NET (Forum) by wolf11th on May 17, 2011
  • Re: what does 1x1.gif do

    Dear pbwbart,   1x1.gif is a blank image, it is a placeholder.   You can open file ''CuteSoft_Client\CuteEditor\Dialogs\InsertImage.aspx'', you will find the following line:   <div id=''divpreview''>          <img id=''img_demo'' alt='''' ...
    Posted to Cute Editor for .NET (Forum) by Eric on April 13, 2011
  • Re: URLType not working with INPUT form.

    Dear EricR,   Please try the following snippet, I have tested it and it works fine. <%    Dim editor    Set editor = New CuteEditor    editor.ID = ...
    Posted to Cute Editor for ASP (Forum) by Eric on March 30, 2011
  • Re: Change list?

    We updated the control recently to fix a few IE9 issues. It caused the confusions before we didn't update the change log. Sorry for the inconvenience.  We will update the change log whenever we update the control. For the AssemblyVersion issue, if we change AssemblyVersion from 6.6 to 6.6.1, it's easy for developers to ...
    Posted to Cute Editor for .NET (Forum) by Adam on March 30, 2011
  • IE and Firefox - difference behaviors when pasting

    I am experiencing an issue when pasting paragraphs into the rich test editor. To reproduce, select a couple paragraphs of text and using firefox paste them into the Normal tab of the cuteeditor then look at the HTML tab. Do the same for the IE. Firefox addes <div> tags around the paragraphs but IE does not. I would like to see the same ...
    Posted to Cute Editor for .NET (Forum) by eatsubway on March 24, 2011
  • BreakElement.Br and hitting return in paragraph tags

    If I have CuteEditor set to use Br as the break element in most cases it works fine. The problem is that if I press return while within text contained by a <p> tag, it splits the <p> tag into 2 <p> tags instead of inserting a <br>. So if I hit return after ''some text''  I'd expect <p> some text ...
    Posted to Cute Editor for .NET (Forum) by yuba30 on March 14, 2011