Search

You searched for the word(s): cuteeditor 4.6'A=0
Showing page 552 of 966 (9,656 total posts) < 1 second(s)
  • problem with polish letter in IE7

    Hi, I can't type polish letter ''ż'' in Cute Editor. Other polish national character I obtain without problem. After typing ALT+z,  all typed text is cleared (its seems like undo) .   Problem exists in Internet Explorer 7.  Opera or FireFox working fine. If i switch  ''EnableClientScript'' to ''false''  then ...
    Posted to Cute Editor for .NET (Forum) by ziober on September 24, 2008
  • Re: Make a pop up window

    creativemedia.dk,   >>1.) When you make a link, is it then possible to make the link open in a pop-up window? (no adressbar, no menu, no tools ect.)   Yes, you can create your own dialog. Please check the following example:   Add custom dialogs >>2.) Is it possible to move the ''Preview button'' that is ...
    Posted to Cute Editor for ASP (Forum) by Adam on September 15, 2008
  • focus on SetHTML

    It seems the default behaviour of CuteEditor is to focus after calling SetHTML.  In my application I am loading information from the database that has previously been entered, but they have a long form to fill out.  The SetHTML is called on page load, but for some reason the editor still commands focus.   I have set the focus ...
    Posted to Cute Editor for PHP (Forum) by infringer on September 8, 2008
  • problem with inserting anchors

    Hello,   When I try to insert an anchor somewhere in my text, it always ends up at the top of the content.  This phenomenon can be seen here: http://cuteeditor.vps501.serverpark.be/index.php   However when I do it in the demo on the phphtmledit.com site the anchor shows up at the position of my cursor.   My install is ...
    Posted to Cute Editor for PHP (Forum) by ErikG on August 25, 2008
  • applying autoconfigure Simple

    I have CE integrated in my page:   <?php          $editor=new CuteEditor();          $editor->ID=''nw_body''; // same ID as your textarea          $editor->Text=$row_DetailRS1['nw_body']; // Set ...
    Posted to Cute Editor for PHP (Forum) by erikpost on August 24, 2008
  • Cute Editor 6.1

    Hi I have a lincense for the 5.3 editon, and I think I´m entitle to get the  6.1 version upgrade. I did the download and replaced the bin files and the Cuteeditor folder. However, the editor is not working... Do I need a new license for it? Am I missing something?   Thank very much,   Rodrigo
    Posted to Cute Editor for .NET (Forum) by rodbrca on August 21, 2008
  • firefox issue - div and span error - a bug?

    My client called me a while ago, telling that her site was looking odd with firefox. When I went to see it, I saw that part of the text she had written there did not keep inside box it was intended. When I looked at sourcecode, i realized that there was mistake with span and div taks - they closed in different order than they opened. When I ...
    Posted to Cute Editor for PHP (Forum) by seppo on August 18, 2008
  • cute editor's height property problem!

    Hi, I have a problem here I have spent hours with!   the page has a cute editor placed in a 'lightbox' (customized div has a absolute position with display set to none or block). the problem comes when I switch the lightbox on to display the cute editor, the light box always stay 0 height. picture here:       I ...
    Posted to Cute Editor for .NET (Forum) by zmw85 on August 9, 2008
  • Re: RichDropDownList server side onChange event

    jscadden,   To add a server control, please use the following example. RichDropDownList doesn't support server side event. You need to use the regular ASP.NET DropDownList:   <asp:DropDownList ID=''DropDownList1'' runat=''server''></asp:DropDownList> How ...
    Posted to Cute Editor for .NET (Forum) by Adam on August 5, 2008
  • Re: Open file and Save Problem

    Please use the following method:   Editor.SaveFile Method  Saves the contents of the Cute Editor to a file. [Visual Basic] Public Sub SaveFile( _    ByVal path As String _ ) [C#] ...
    Posted to Cute Editor for .NET (Forum) by Adam on July 30, 2008