Search

You searched for the word(s): document
Showing page 134 of 325 (3,244 total posts) < 1 second(s)
  • Re: Error on call to GetDocument

    Hi Ken, your example works great on my site, as long as I call 'changeColor' in the onclick event. Now let´s say that I want the editor to change color automatically, once the page has loaded. I would try to attach the function call to the onload event of the window, like this:  <script> var editor1 = ...
    Posted to Cute Editor for .NET (Forum) by Incognitobe on April 20, 2010
  • Re: Highlight certain words with JavaScript

    Sweet! In addition to that, this is what I had to do... On client init,  //Allows for the ATOMICSELECTION Attribute to be used, which selects the element as a single unit //http://msdn.microsoft.com/en-us/library/ms537835(VS.85).aspx document.IDM_ATOMICSELECTION = true;   When the user wants to add a ...
    Posted to Cute Editor for .NET (Forum) by analysis_junky on June 5, 2009
  • Re: Uploader is not initialized when in a hidden div

    Of course, it did not fix the problem. (the text prop was set in the code behind)Are you able to make the uploader run with a simple page like this one, with Firefox:  <%@ Register TagPrefix=''CuteWebUI'' Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' %> <body> <form runat=''server'' ...
    Posted to Ajax Uploader (Forum) by el.c. on March 6, 2009
  • Re: Does Live Support work over SSL port 443?

    Adam, I am not getting any errors as described by these other users. If you right click on the the broken image on this page to see the properties on this page you'll see the reference to the image is:   http://www2.qcc.cuny.edu/LiveSupport/CuteSoft_Client/CuteChat/images/141x44-offline.gif   That is why the image doesn't ...
    Posted to Cute Live Support (Forum) by RajLives on May 1, 2008
  • Re: Creating editor with HTML and JS

    That example is what I've based my solution on, actually.   With JS it changes the style of the DIV the editor is in.   In my example I need to be able to move the editor from one DIV into another.   <!--#include virtual= ''/CuteEditor_Files/include_CuteEditor.asp'' --> <html>     ...
    Posted to Cute Editor for ASP (Forum) by gwp on April 29, 2008
  • Re: JS Exception: Component returned error code: 0xc1f30001 (Gecko Implementation only)

    No, there are two separate issues:   The error messages do not appear in the two links BUT if you hide the div when it is not fully initialized and then show it again then the text area is missing ... it does not happen every time though and is fixed only when the page is refreshed. As for the JS Exception, it is caused by ...
    Posted to Cute Editor for .NET (Forum) by Flintstone on January 31, 2008
  • Re: Quotes and equals

    Ta very much, works great, except.......(sorry)   <script type=''text/javascript''> <!-- function MM_swapImgRestore() { //v3.0   var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a)&&x.oSrc;i++) x.src=x.oSrc; } //--> </script>   Also   <style ...
    Posted to Cute Editor for .NET (Forum) by AndyFel on June 25, 2007
  • Re: Advise needed: Integration for CS 2.1 .Net 1.1 with Cute Chat .Net 2.0

    Hi,I didn't find the document for this purposeSince the versions of .Net are different    Community Server  2.1 for .Net 1.1     Cute Chat for .Net 2.0 (1) database: the same(2) DLL files    I need to create a new .Net 2.0 application in IIS, the put the Cute Chat DLL files in it, but it seems ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by CoffeeCat on March 9, 2007
  • Re: List of Commands

    Thank you, that put me towards the right direction but now I have a new problem.I get a Javascript error, regarding ''Object Expected''.Here is my Javascript Function:function fireSpellCheck(){ // get the cute editor instance  var editor1 = document.getElementById('CE_Editor1_ID'); editor1.ExecCommand(''netspell''); }This works ...
    Posted to Cute Editor for .NET (Forum) by HomecitySupport on July 18, 2006
  • Re: Think I will put Version 5 on the shelf until the bugs are fixed

    It is working now...what it came down to was winie.js.asp as being cached. wierd, i left the portable for about an hour setting up a test site for the problem and after midnight it worked. It was not loading the winie.js.asp file. I have found this happening before with the insert document., were I lose session state because the poped up window ...
    Posted to Cute Editor for ASP (Forum) by rcroeder on December 31, 2005