Search

You searched for the word(s): document
Showing page 227 of 325 (3,244 total posts) < 1 second(s)
  • How to change the size of the window?

    Hi All  Please let me know about how to change the size of the window for browse image, browse media, browse document and browse flash. I need to change the size of preview areas in these. So that first of all it needs to change window size some more bigger. Please reply the solution ASAP. Thanks Jyothish
    Posted to Cute Editor for ASP (Forum) by Jyothish on July 21, 2007
  • Cute Editor in Client Side

    Guys, I'm new on this control ... I just want to get the text in JavaScript This is the code :  <ce:editor id=''eaa'' runat=''server''> In a javascript function i have this: document.frm.eaa.value But the value is not the one in the text property It puts strange caracters Hope your help Salu2s AAP   
    Posted to Cute Editor for .NET (Forum) by aaguilar1 on May 6, 2005
  • CuteEditor Display issue: very Urgent

    We have a serious problem with the display of content in Cuteeditor.We are using the licensed version of cuteEditor 4.0.0.5. I have pasted the html source below. when I preview the content in the editor window the display is fine. But when I save the same content (Submit), cuteeditor looses the table formatting and the ...
    Posted to Cute Editor for .NET (Forum) by praveen on March 28, 2005
  • Re: javascript submit?

    papachumba, First let's try: #####THE JAVASCRIPT CHECKfunction check() {    okSoFar = true;    check1 = document.insertlocation.lid.value; if (check1 == '''')  {alert(''You need to enter some values to submit.''); okSoFar=false; }  //-- If all fields OK go ahead and submit the form and put up a message.   if ...
    Posted to Cute Editor for ASP (Forum) by Adam on July 1, 2005
  • Re: Add file to queue list programmatically

     Hello Kenneth,   Actually I don't need to customize the way the items of the queue list are shown (that's what your document refers) but the content of the queue list itself, adding and removing items programmatically.   Regards  
    Posted to Ajax Uploader (Forum) by Klaud76 on October 21, 2013
  • Re: Formatting issues

    FirstSignInNoGood:No further comment? Can you not reproduce the issue?   Can you send the word document to kenneth@cutesoft.net? We will test it and get back to you soon.
    Posted to Cute Editor for .NET (Forum) by Adam on December 13, 2012
  • Re: Move Cute Editor Toolbars Outside of the editor?

    we found what we were after using the java API here is an exampleThanks  function PrintEditor(button) {        var editor1 = document.getElementById('<%=Editor1.ClientID%>');        editor1.ExecCommand('print', false, 'print');    } 
    Posted to Cute Editor for .NET (Forum) by AWilderbeast on February 9, 2011
  • Re: CuteChat 3 Channel list problem

    smondoux: I have found a solution but I don't think this is the best way to do this.   I have added this line in CH_MainForm.aspx at window.onload=function()   document.getElementById(''select_lobbylist'').style.display='none';   Thanks Dominic  
    Posted to Cute Chat and Cute Web Messenger (Forum) by teannaz on September 25, 2008
  • Re: SetHTML in Custom Button

    Kent,   >>ctlEditor.setHTML = strHTML;   The above code is wrong.   SetHTML() This method is used for setting the content of CuteEditor. Example: // get the cute editor instance var editor1 = ...
    Posted to Cute Editor for ASP (Forum) by Adam on January 14, 2008
  • Re: PasteHTML not working correctly

    My Javascript code follows.   The PasteHTML puts the string at the beginning of the editor's content, regardless of the original position of 'selectedhtml'     var editor1 = document.getElementById(''); var editor1doc = editor1.GetDocument(); var selectedhtml = ...
    Posted to Cute Editor for .NET (Forum) by rockford on April 19, 2007