Search

You searched for the word(s): document
Showing page 190 of 325 (3,244 total posts) < 1 second(s)
  • Content Too Editable

    Hi,      I recently purchased a copy of Cute Editor for ASP, and I noticed that   * the editor places contenteditable=''true'' in the body tag, and saves it that way.  this means that, even using your online demo, when i browse to the document you use for your Edit Static HTML Example, ...
    Posted to Cute Editor for ASP (Forum) by jtruxon on September 18, 2006
  • Populate text by javascript at body onload

    I'm using the editor in a separate window and I need to get the text from the parent window.   What I do is <body onload =''obj_Editor1.pasteHTML(window.parent.document.form1.mytext.value)''>   This seems to work on some machines and not on others. first we thought it's caused by IE 7 but it shows up on IE6 ...
    Posted to Cute Editor for ASP (Forum) by leonard lang on August 31, 2006
  • PDF output

    Hello,   I need to export some HTML content as PDF files, but I need different sizes for this PDF documents (e.g. A4, A3). I cannot find any setting nor other possilities to achieve this. I always get the page size 'Letter'.   Also, it would be great to have the possibility to set pdf-document properties like auther, title ...
    Posted to Cute Editor for .NET (Forum) by Flaxon on August 8, 2006
  • Runtime Error

      Im using asp .net 1.1 for develop the application ,  using ur component.   Sometimes, when i do a postback in my aspx with ur component on it i get an error throwing me a message like this in debug mode :   ''Document contains one or more extremely long lines of text. These lines will cause the editor to ...
    Posted to Cute Editor for .NET (Forum) by Jhonatan on August 7, 2006
  • onKeypress and change keyCode

    Hello i have two question about this editor:   1- how can attach keypress event with monitor key that pressed and change keycode (client side or server side)     for example:     function attach{   var editor1 = document.getElementById('<%Editor1.ClientID%>'); editdoc=editor1.GetDocument(); ...
    Posted to Cute Editor for .NET (Forum) by norton on June 15, 2006
  • Re: Got integration done, but now SaveTemplate.aspx is not working

    First: Yes - the integration guide could use a LOT of work. I'd be happy to put something together based in my experience using Visual Studio.NET 2003. I'll send somehting up next week (as time permits).   Second: No, I did not modify the file. Here's the code...   --- <%@ Page ValidateRequest=''false'' %><script ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by Captain Wayne on June 2, 2006
  • Re: How do I load the "insert templates" as well as the editor at the same time

    ontargetbill,   You have the following two options:   1.  Load the default template when page loads   Demo: http://cutesoft.net/example/templates.aspx   2. When the page loads, call Cute Editor JavaScript API to open the ''insert template'' ...
    Posted to Cute Editor for .NET (Forum) by Adam on May 9, 2006
  • Error in Editor1.GetDocument() function when called in javascript on aspx page

    When i write below code in ascx file it works fine but when i write below code in aspx page it thow error on second line i.e getDocument() is undefined.   Line 1 .           var editor1=document.getElementById('<%=Editor1.ClientID%>');     Line 2 ...
    Posted to Cute Editor for .NET (Forum) by sunderchhokar on May 1, 2006
  • pasteHTML

    I'm using a trial version of CuteEdit. When I use pasteHTML JavaScript API call, I'm getting an error message ''Object doesn't support this property or method.''.   Here is the code:             <script>var editor = document.getElementById(''<%= Editor1.ClientID %>''); ...
    Posted to Cute Editor for .NET (Forum) by afilipovik on April 12, 2006
  • Compatability Between Version 4.0 to 5.1

    Hello   I am in the process of moving from 4.0+ to 5.1 - It has taken me 2 hours to discover why:   editor.Template= ''spell,Bold,Italic...''   fails in version 5.1   Thanks to this post (http://www.cutesoft.net/forums/14306/ShowPost.aspx) I now know to use:   editor.TemplateItemList= ''spell,Bold,Italic...'' ...
    Posted to Cute Editor for ASP (Forum) by mat41 on April 5, 2006