Search

You searched for the word(s): document
Showing page 113 of 325 (3,244 total posts) < 1 second(s)
  • Page does not maintain scroll position if page has Cute Editor

    Page does not maintain scroll position if page has Cute Editor!!   I have seen this issue raised here before but never saw a solution. Is there one ?   I use this:   String _goScroll = ''<script language='javascript'>document.getElementById(''' + btn_submit.ClientID + ''').scrollIntoView();'' + ...
    Posted to Cute Editor for .NET (Forum) by amco on December 27, 2006
  • Stop coding running in editor in IE?

    Hi   We have noticed that if we have javascript or a http refresh tag placed in the html in the editor. When the editor loads the document in IE it runs the code. In the case of the http refresh it goes to the page specified.   How can we stop IE from running the code? We just want to edit it....   This works fine in ...
    Posted to Cute Editor for .NET (Forum) by AndyFel on December 5, 2006
  • Invalid comment?

    Your example at: http://cutesoft.net/example/JavaScript-API.aspx Open Word and load and copy a document that has some images then select 'pasteword'' from the dropdown at http://cutesoft.net/example/JavaScript-API.aspx then click [ExecCommand]. It inserts ''This is a test'' and doesn't paste the Word content. I understand that this ...
    Posted to Cute Editor for .NET (Forum) by fredd on December 1, 2006
  • Re: How to use page properties

    Go to this page:   http://cutesoft.net/example/Edithtml.aspx   Click the page properties button, and modify the top margin:   Then go to HTML view, you should get some code like the following:   <body bgcolor=''#2f507d'' topmargin=''25''>   Then click the submit button, check the souce code of this HTML ...
    Posted to Cute Editor for .NET (Forum) by Adam on November 30, 2006
  • Re: CuteSoft v5.3 for .net 2.0 and XHTML

    Mike,   When load the HTML code, some HTML code will be changed depend on different browser behaviours.   >>In either of the above cases is there a way to show the xhtml markup in the html view?   In the earlier version, we tried to convert HTML to XHTML in the client side using JavaScript. But we ran into two ...
    Posted to Cute Editor for .NET (Forum) by Adam on November 7, 2006
  • Saving HTML to Database

    The SavedHTML field in my SQL Server DB is seen like this via Management Studio:  (ver 1)   &lt;p&gt;&lt;table style=&quot;WIDTH: 100%; BORDER-COLLAPSE: collapse&quot; cellspacing=&quot;0&quot; cellpadding=&quot;10&quot; border=&quot;0&quot;&gt;    ...
    Posted to Cute Editor for .NET (Forum) by plord on October 17, 2006
  • Error while embedding chat

    Hello. I have an existing project I am putting the Chat into. I am running into some strange problems and need some help.   I downloaded and read your help document for the Chat control and followed the instructions in the FAQ for 'Run From a Different Folder'   Once that was complete I followed the instructions for 'Running Chat in ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by WatchDog on October 12, 2006
  • Re: Getting the inner html of the selection

    GrantDB,   Yes, the above code example only works for IE. For firefox you need to write different code to get HTML code from the current selection.   For example:   var sel=editor1.getSelection();  if(sel.rangeCount > 0)  {   var r=sel.getRangeAt(0);   var clonedSelection = ...
    Posted to Cute Editor for .NET (Forum) by Adam on September 28, 2006
  • JavaScript API setHTML

    Hello,   I'm trying to populate the value/html of the editor when the page loads using the JavaScript API.   Here is the snippet of code which is called at the end of the page just above the </body> tag:   var editor1 = document.getElementById(''); if (editor1 != null) {    editor1.setHTML('Some HTML ...
    Posted to Cute Editor for .NET (Forum) by mlucas on September 28, 2006
  • Re: insert template problem

    This did not resolve the issue. When a template is inserted it replaces the links with the link to the dialog box. This happens with document relative links.   <div><table cellSpacing=0 cellPadding=0 border=0>    <tbody>        ...
    Posted to Cute Editor for .NET (Forum) by darling1906 on September 20, 2006