Search

You searched for the word(s):
Showing page 314 of 381 (3,805 total posts) < 1 second(s)
  • Re: Object PARAM tags get mangled

    Hi moskie, &nbsp; It is not the best way, but for now you can add the code below in the page to avoid this problem. &nbsp; &lt;script&gt; &nbsp;&nbsp; function&nbsp;CuteEditor_FilterHTML(editor,code) &nbsp;&nbsp; { &nbsp;&nbsp; &nbsp;return&nbsp;code.replace(/(\&lt;\/param\&gt;)/i,&nbsp;''''); &nbsp;&nbsp; } ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on March 24, 2010
  • Re: Turn off HTML Correction

    Hi mistat2000 , &nbsp; Do you mean editor strips your &lt;style&gt; settting/tag? If so, please try the below setting &nbsp; EnableStripStyleTagsCodeInjection=''false'' &nbsp; Like &nbsp; &nbsp;&lt;CE:Editor EnableStripStyleTagsCodeInjection=''false'' ID=''OuterEditor''&nbsp; runat=''server'' ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on March 24, 2010
  • Re: Upload Button not Clickable - with FF 3.6 only!

    Hi transresult, &nbsp; This issue have been&nbsp;fixed in version 6.6. &nbsp; You can test demo here http://cutesoft.net/example/general.aspx &nbsp; Regards, &nbsp; Ken
    Posted to Cute Editor for .NET (Forum) by Kenneth on March 24, 2010
  • Re: EnableStripStyleTagsCodeInjection="false" does not work in templates

    Hi Mika, &nbsp; Open file ''CuteSoft_Client\CuteEditor\Dialogs\outereditorfull.aspx'' &nbsp; Find section below &nbsp; &nbsp; &lt;CE:Editor&nbsp; ID=''OuterEditor'' AutoConfigure=''Full'' &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ShowDecreaseButton=''false'' ShowEnlargeButton=''false'' ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on March 24, 2010
  • Re: an invalid character was fount in text content

    Hi liron007, &nbsp; The culture setting of editor need to same as globalization&nbsp; setting in web.config &nbsp; for example: &nbsp; &nbsp; &lt;CE:Editor ID=''Editor1'' CustomCulture=''nl-NL''&nbsp; runat=''server''&gt;&lt;/CE:Editor&gt; &nbsp; &lt;globalization enableClientBasedCulture=''true'' culture=''nl-NL'' uiCulture=''nl-NL'' ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on March 24, 2010
  • Re: Add a link to system alert message

    Hi ArabellaS, &nbsp; Try this way &nbsp; 1. Open file ''CuteSoft_Client\CuteChat\Script\ChatUI.js'' &nbsp; 2. Find section below &nbsp; case ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by Kenneth on March 23, 2010
  • Re: removing span tags

    Hi mushroom, &nbsp; Try &nbsp; &lt;script&gt; &nbsp;&nbsp;function&nbsp;CuteEditor_FilterHTML(editor,code) &nbsp;&nbsp;{ &nbsp;&nbsp;&nbsp;return&nbsp;code.replace(/(&lt;span[^\&gt;]*\&gt;)((\n|\r|.)*?)(?:&lt;\/span&gt;)/i,&nbsp;''$2''); &nbsp;&nbsp;} &nbsp;&nbsp;function&nbsp;CuteEditor_FilterCode(editor,code) &nbsp;&nbsp;{ ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on March 23, 2010
  • Re: Alt text for emoticons

    Hi mushroom, &nbsp; Try this way &nbsp; 1. Open file ''CuteSoft_Client\CuteEditor\Scripts\Dialog\Dialog_InsertEmotion.js'' &nbsp; 2. Find section below &nbsp; align=\x22absmiddle\x22 &nbsp; 3. Add section below behind the section above &nbsp; alt=emotion &nbsp; like &nbsp; align=\x22absmiddle\x22 alt=emotion &nbsp; 4. Clean your ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on March 23, 2010
  • Re: HTML entity conversion

    Hi mushroom, &nbsp; You can add a HTML Filter. Please try the below example. &nbsp; &lt;%@&nbsp;Page&nbsp;Language=''C#''&nbsp;%&gt; &nbsp;&nbsp;&nbsp;&nbsp;&lt;%@&nbsp;Register&nbsp;Assembly=''CuteEditor''&nbsp;Namespace=''CuteEditor''&nbsp;TagPrefix=''CE''&nbsp;%&gt; ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on March 22, 2010
  • Re: CE doesn't work in updatepanel?

    Hi wolf11th, &nbsp; I think you using an old version. We have fixed this issue in the latest version. Please download the latest version and try again. &nbsp; Download: &nbsp; http://www.cutesoft.net/downloads/folders/21904/download.aspx &nbsp; Regards, &nbsp; ken
    Posted to Cute Editor for .NET (Forum) by Kenneth on March 22, 2010