Search

You searched for the word(s): cuteeditor 4.6'A=0
Showing page 514 of 966 (9,656 total posts) < 1 second(s)
  • Re: Font sizes looking different

    Not sure how you get the original text like this:   <div align=center><font style=''FONT-SIZE: 10px'' color=#666666>Type Here</font></div>   In the version 4.x, if Editor.UseFontTags Property to false, CuteEditor will automatically remove the font tags.    
    Posted to Cute Editor for .NET (Forum) by Adam on May 16, 2006
  • Toolbar not showing

    I've never had this problem before. All works and looks well on development PC but when put to a hosting server the Toolbars don't show and no text can be entered into text area.   Any suggestion what might be causing this?  I've checked that all resources are in place and in their respective folders too.   A typical .aspx ...
    Posted to Cute Editor for .NET (Forum) by geoffo on May 2, 2008
  • Text property does not work

       Hello   I've been tring to use CuteEditor.Net 5.3 in my app I added a button in toolbox and every time thta button is clicked the form is submited my problem relies here... It seems never to update cuteEditor.Text property no matter what i've typed   this a piece of my code ...
    Posted to Cute Editor for .NET (Forum) by Madmicra on February 1, 2007
  • Problems implementing in a current app

    Hi, I was migrating CuteEditor 4.0 to an app that was using CuteEditor 2.0.  Before doing so, I confirmed in a test app that 4.0 worked as expected.  Per the deployment directions, I moved the CuteEditor.dll to the bin folder of the app and copied the ''CuteSoft_Client/CuteEditor'' folder'' to http://{my site}/{my ...
    Posted to Cute Editor for .NET (Forum) by fcatacutan on April 22, 2005
  • Re: Not loading fully

    Jeff, Please click this link: http://backendstaging.trainup.com/CuteSoft_Client/CuteEditor/CuteEditor.htc.aspx This is what I got: Server Error in '/' Application. -------------------------------------------------------------------------------- Parser Error Description: An error occurred during the parsing of a resource required ...
    Posted to Cute Editor for .NET (Forum) by Adam on February 8, 2005
  • Re: javascript error

    pr1smiley: Maybe the CuteEditor.js.aspx could not be downloaded correctly .  Could you try this : open the html source , you would find the : <script scr='/CuteSoft_Client/CuteEditor/CuteEditor.js.aspx?setting=xxxx'></script> just copy it to your IE address bar like ...
    Posted to Cute Editor for .NET (Forum) by cutechat on December 6, 2004
  • Re: CuteEditor 4.5.0.1 for DNN 3.0.13

    It's not a public web site. It's a intranet portal test site. Can I have your email address so I can send you my screen shots?
    Posted to Cute Editor for .NET (Forum) by kieum on August 16, 2005
  • Re: IE 9 Bug Issue

    Hi Tknippenberg, Please create an example page with the code below and test on your end. Does it get the same problem? If it works, please create a page which can reproduce this issue and post here. I will check it and get back to you as soon as ...
    Posted to Cute Editor for PHP (Forum) by Kenneth on July 9, 2012
  • Re: Turn off Silverlight in CuteWebUI.AjaxUploader

    Dear velnias2008, Yes, turning  off the Silverlight is not a big issue for you.Search the following line in your project: <ce:uploader id=''InputFile'' runat=''server''></ce:uploader>  Change it to <ce:uploader id=''InputFile'' MultipleFilesUpload=false runat=''server''></ce:uploader> It ...
    Posted to Cute Editor for .NET (Forum) by Eric on May 30, 2011
  • Re: Cannot Close Custom Dialogue

    Dear Customer,  Try this way  1. Add the code below into the custom dialog page. My test dialog page under folder “\CuteSoft_Client\CuteEditor\Dialogs\”. So just make the url correct which point to file “Load.ashx”.  <script type=''text/javascript'' ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on May 8, 2011