Search

You searched for the word(s): document
Showing page 218 of 325 (3,244 total posts) < 1 second(s)
  • Re: Force spellchecker to run?

    Hi cheryll,   Please try the example below.   <%@ Page Language=''C#'' %>     <%@ Register Namespace=''CuteEditor'' Assembly=''CuteEditor'' TagPrefix=''CE'' %> ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on August 31, 2010
  • Re: <button> type attribute disappears

    Hi,   We tested this code, and found IE remove the type='button' automatically:   function testit() {  var editor=document.getElementById(''<%=Editor1.ClientID%>'');  editor.GetDocument().body.innerHTML=''<button type='button'>hello</button>'';  alert(editor.GetDocument().body.innerHTML); }   I ...
    Posted to Cute Editor for .NET (Forum) by cutechat on August 9, 2010
  • Re: How to make some text in HTML tab not editable

    CuteEditor can run in .net framework 1.x, 2.0, and 3.5. If you do not want to let user edit some content, you can use these two attributes: CONTENTEDITABLE and UNSELECTABLE. Detailed document can be found in http://cutesoft.net/developer+guide/scr/Add-uneditable-regions-to-a-Template.htm. User still can edit html code when switch to ...
    Posted to Cute Editor for .NET (Forum) by Eric on July 15, 2010
  • Re: Editor does not allow for &bull;, automatically modifies my HTML code.. can this be disabled?

    Please try the following code, <%        Dim editor    Set editor = New CuteEditor    editor.ID = ''Editor1''        editor.UseSimpleAmpersand=true    If request.QueryString(''postback'') <> ''true'' ...
    Posted to Cute Editor for ASP (Forum) by Eric on June 23, 2010
  • CuteEditor for PHP - file uploader asks for 401 authentication even when it was already done

    Hi We have a problem with CuteEditor for PHP We use CuteEditor in our Content Management System. The whole CMS is behind the http authentication layer so to access it you have to provide correct credentials. If I want to upload a file through insert image or document tool, it displays an authentication popup when uploader progress bar ...
    Posted to Cute Editor for PHP (Forum) by nacho66 on June 15, 2010
  • How to disable HTML auto encode with my atributes?

    Hi, dear I have a question when using the cool CuteEditor.Net in my CMS system. I have some custom tags, like: [control:XXXX Path=''help?a=1&amp;b=a''] When I save the  code and open the document again,  the custom tag will be auto-html encoded to:  [control:XXXX Path=''help?a=1&amp;amp;b=a''] That ...
    Posted to Cute Editor for .NET (Forum) by JerryWang on June 12, 2010
  • Editor height

    hi,  i am havinng some difficulties setting the editor height. i've tried it 2 ways:   var editor1 = document.getElementById('CE_Editor3_ID');     // Set the editor    editor1.Height = ''100'';  and    Dim editor3 Set editor3 = New CuteEditor editor3.ID = ...
    Posted to Cute Editor for ASP (Forum) by xrum on March 4, 2010
  • Re: Uploader with ModalPopup

    Rushi ,   After the files be uploaded , the uploader will fire a javascript OnPostback event , and then post back the form   So the page will refresh , or the content will refresh if you using MS-Ajax .   If you do not want the modal popup UI be refreshed , you need handle the OnPostback event.   Please check this ...
    Posted to Ajax Uploader (Forum) by cutechat on November 24, 2009
  • SetHTML problem with IE 8

    Hi  I tried contacting support but have still had no response on this issue.     This is a problem I am experiencing when using your php editor and the setHTML method.   If I use the following JavaScript with Internet Explorer 8 to insert content into the editor problems occur. The method ...
    Posted to Cute Editor for PHP (Forum) by Sam Hutchinson on October 26, 2009
  • Re: auto sizing

    HI chuck123,   Please try this example   <%@ Page Language=''C#'' %>     <%@ Register Namespace=''CuteEditor'' Assembly=''CuteEditor'' TagPrefix=''CE'' %> ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on September 15, 2009