Search

You searched for the word(s): document
Showing page 124 of 325 (3,244 total posts) < 1 second(s)
  • Re: pasteHTML

    Alex,   Your code looks ok to me.   Are you sure your Cute Editor Id is ''Editor1''?      function PasteHTML(html)   {    // get the cute editor instance    var editor1 = ...
    Posted to Cute Editor for .NET (Forum) by Adam on April 12, 2006
  • Re: how to know if the editor is blank or not by js

    You should use the following method to extract the content from editor.   Method Description getHTML() This method is used for retrieving the content of CuteEditor as HTML. Example: // get the cute editor instance var editor1 = document.getElementById('CE_Editor1_ID'); // retrieving the content of Cute Editor as HTML ...
    Posted to Cute Editor for ASP (Forum) by Adam on June 3, 2009
  • Re: Can i install cute editor with smf forum with out any errors or bugs ?

    >>can i remove or hide some features form editor like   Yes. Please check the following article:   http://phphtmledit.com/document/scr/Howto_Change_layout_of_the_toolbars.htm     >>Can i install cute editor with smf forum   Please check the following ...
    Posted to Cute Editor for PHP (Forum) by Adam on December 28, 2008
  • Re: Online image Editor

    Marc,   We don't have the full document for this feature.   With online image editor, you can now edit image file with no image editing software to download or install! Easy drag and drop familiar interface. Resize, change dimensions, scale, crop, add text, optimize, rotate, flip, mirror and add watermark.
    Posted to Cute Editor for .NET (Forum) by Adam on December 19, 2007
  • Re: After certain lengt of text in editor, form cannot be submited.

    Patrick - How much text are we talking about? 5,000 characters? 20,000 characters? More? I have tested 50,000 characters with no problems. Here is my code if it helps:   <SCRIPT language=''JavaScript1.2''> function submitForm() { if (validateForm()) {  document.forms[0].submit() ;    } } function ...
    Posted to Cute Editor for ASP (Forum) by Anonymous on March 24, 2004
  • Re: AjaxUploader

    Hi,   This sample tells you how to pass data for each file :   <%@ Page Language=''C#'' %> <%@ Import Namespace=''CuteWebUI'' %> <%@ Register TagPrefix=''CuteWebUI'' Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ...
    Posted to Ajax Uploader (Forum) by cutechat on May 4, 2010
  • Re: Body tag content between browsers

    Glenn: There is still a bug.   Here's how you can reproduce the bug in your online example (you will have to edit your source first):-   Inside your Edithtml.php source code I noticed you had the essential line commented out :- $editor->EditorBodyStyle=....   This is the instruction that is causing the main ...
    Posted to Cute Editor for PHP (Forum) by Adam on March 13, 2009
  • Re: Access is denied JavaScript error

    I have resolved this issue.  It apparently had something to do with the onFocus event of the <body> tag.  Perhaps your control does not like to have the form it is on sent to a JavaScript function?  At any rate, I retooled the document so that this function is no longer necessary.  I removed the onFocus event ...
    Posted to Cute Editor for .NET (Forum) by jrbrady on June 13, 2007
  • Find Selected DOM Element

    I dont know where/if these things are posted, but there should be a place to post solutions to common issues (beyond the documentation).   I wanted to be able to have access to the DOM element that is selected in the cute editor for IE, FF, Chrome. I couldn't find it in the forum which I thought was strange. With a bit of effort I updated ...
    Posted to Cute Editor for .NET (Forum) by dday on May 5, 2011
  • DialogBox Specials characters on Firefox and IE

    Hi,   I'm in trouble with the ''Specials characters'' dialog box   1°) When I Open the DialogBox ''Specials charaters'' on firefox 3.X and 4 I have the following Javascript's Error : Erreur : missing ( before formal parameters   ...
    Posted to Cute Editor for .NET (Forum) by droux on April 29, 2011