Search

You searched for the word(s): cuteeditor 4.6'A=0
Showing page 546 of 966 (9,656 total posts) < 1 second(s)
  • Re: I need to reload font sizes after a font has changed

    Hi KidMiller, Can not add font size for the font dropdown. But you can custom the “Inline style” dropdown to achieve this feature. For example 1. Open file “CuteSoft_Client\CuteEditor\Configuration\Shared\Common.config”   2. Find section below <CssStyle> </CssStyle> 3. Add the section below into the ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on June 27, 2010
  • Re: Strip Formating

    When you click button    , it will paste pure text.   the following is its code: <%    dim content    content = ''Type here''            Dim editor    Set editor = New CuteEditor    editor.ID = ...
    Posted to Cute Editor for ASP (Forum) by Eric on May 28, 2010
  • REMOTE_HOST

    I've recently upgraded  to the latest version  of CuteEditor version 6.6? and now am getting the following error message before the editor displays:   An error occurred in script 'C:\wamp\www\HDEmail2\cuteeditor_files\include_CuteEditor.php' on line 807: Undefined index: REMOTE_HOST Date/Time: 4-23-2010 12:46:48 Array ( ...
    Posted to Cute Editor for PHP (Forum) by HDEmail on April 23, 2010
  • Re: Cannot get editor to open in a web page with asp.net 1.1

    Sorry for the long wait on the reply.  I removed the reference in the project and re-added it.  I downloaded the newest version and tried that also.  Still same problem.I have this working perfectly for .Net 3.5 in another project. I'd prefer not to have to add it to the GAC, since the GAC can be tricky at times (you need to ...
    Posted to Cute Editor for .NET (Forum) by twenger on April 21, 2010
  • Re: NBSPs when pasting MS Word text in 'PastPureText' mode

    AndriiChuk: Hello Guys!   I've recently upgraded CuteEditor to the latest  build and got the following trouble. When inserting text from the MS Word in 'PastePureText' mode I get the words separated by NBSPs. However, I just need text inserted without any formatting and/or NBSPs at all.   For instance, when I insert the ...
    Posted to Cute Editor for .NET (Forum) by Adam on April 7, 2010
  • How to add buttons with function of inserting mark/tag ?

    <% // The follow code from the help document attached in my CuteEditor  will realize the function of inserting a custombuton. ToolControl tc = Editor1.ToolControls[''insertcustombutonhere'']; if (tc != null) { Image Image1 = new Image(); Image1.ToolTip = ''Insert today's date''; Image1.ImageUrl = ''tools.gif''; Image1.CssClass = ...
    Posted to Cute Editor for .NET (Forum) by sageking2 on April 1, 2010
  • CurrentUICulture causing syntax error and object expected error

    I think the version I'm using is 6.3 (where do I check?) and asp.net 3.5 with VB.   When I add System.Threading.Thread.CurrentThread.CurrentUICulture = ci to theApplication_AcquireRequestState(ByVal sender As Object, ByVal e As EventArgs) in Global.vb I get syntax errors and object expected errors pointing to the CuteEditor code. Also button ...
    Posted to Cute Editor for .NET (Forum) by ZkilfinG on April 1, 2010
  • UpdatePanel, jQuery, Safari

    I'm having a problem with the editor in an updatepanel in a jquery ui dialog (fake popup).  When I display the dialog in Safari 4.0 the editor is non functioning.  You cannot place your cursor in the WYSIWYG.  There is an error in the console ''Result of expression 'editor' [null] is not an object.''.  When I pre populate the ...
    Posted to Cute Editor for .NET (Forum) by bczengel on March 20, 2010
  • Cutesoft Editor changing the file extension?

    We are using cutesoft editor 5 (right clicking on the CuteEditor.dll and clicking on properties shows the version as 5.1.0.0)   I have added office 2007 extensions (.docx and xlsx in particular) to the config file (default.config) as noted by the following ...
    Posted to Cute Editor for .NET (Forum) by ralc001 on March 17, 2010
  • changing the image path

    so I want to change the image path for each user, trying it like this when calling the editor. $editor=new CuteEditor();$editor->ID=''textarea'';$editor->Text='''';$editor->Draw();$editor=null; $editor->ImageGalleryPath = ''/Uploads/''.$user.''/images''; The editor always wants to put the image in the root of ...
    Posted to Cute Editor for PHP (Forum) by BassTrails on February 28, 2010