Search

You searched for the word(s): document
Showing page 41 of 169 (1,685 total posts) < 1 second(s)
  • Code doesn't work with FireFox. What is correct FF code?

    This doesn't work with Firefox. What is the correct code, please:   function set_cursor_at_End() {  try{        // get the cute editor instance       var editor1 = document.getElementById('<%= Editor1.ClientID%>');    // get the active ...
    Posted to Cute Editor for .NET (Forum) by fredd on August 14, 2007
  • Re: InsertDocument intermittent javascript error on upload

    Hi, I'm using version 6 from 17/07/2007 Unfortunately I can't replicate the error myself as it's one of our clients suffering from the problem - and they are the first client to be using the .NET editor for uploading documents so I'm not certain if the problem is unique to them. I'm told it is intermittent so it isn't all the time - as for ...
    Posted to Cute Editor for .NET (Forum) by Stuart on July 27, 2007
  • Re: Append text into the cuteeditor

    Annie,   You can move the cursor position to the end of your content.   Please Try the following code:   function set_cursor_at_End() {  try{        // get the cute editor instance       var editor1 = document.getElementById('<%= ...
    Posted to Cute Editor for .NET (Forum) by Adam on June 21, 2007
  • 6.0 PasteHTML() command not working right. (Reposted from other CE Forum)

    I am using CE to allow my users to create mail-merge letter templates.  To allow the mail-merge, I have some special insertable tags they can use in their templates that get replaced by data from a database.  For example, the tag {LASTNAME} gets replaced, when the letter is printed, by the customer's last name.   Users insert ...
    Posted to Cute Editor for .NET (Forum) by jrbrady on April 17, 2007
  • Cross domain access permission denied Error with IE7

    Hi  I am getting the problem of permission Denied java script  error   during the cross domain access with IE7.So can please give me some   guidance to solve the problem.   followin are the lines where I got the error-->   editdoc.body.innerHTML = ...
    Posted to Cute Editor for .NET (Forum) by renuka_popli on February 20, 2007
  • pdf questions

    hello, i have some of the same questions that zach parrish posted about a while back.  i am wondering if anyone has come up with any solutions.the first is has anyone come up with a way to create a pdf without saving to the server first.  i am doing something silmilar to this:        Dim oPDF As ...
    Posted to Cute Editor for .NET (Forum) by airstream345 on January 8, 2007
  • Re: Error pasting from ExecCommand

    Pasting Word docs with images is not supported yet. We are working hard on this issue right now. I know Google Docs supports this feature. We want this feature badly too.   >>If I load a Word document that is just plain text, it loads fine, but not a doc with any complexities.   Editor.LoadWord Method  Loads ...
    Posted to Cute Editor for .NET (Forum) by Adam on November 30, 2006
  • How to resize .swf?

    http://cutesoft.net/example/templates.aspx   Insert Flash, selected one (banner.swf) of the available flashes then [Insert] into document.   It went in at 200x200.   Question 1: How do I resize it to the actual size? The resizing handles don't work.   Question 2: If I set the size at 0x0 and select [Insert], why isn't ...
    Posted to Cute Editor for .NET (Forum) by fredd on November 30, 2006
  • Re: relative links

    Hi Adam,   I have the same problem with my asp.net application.   when i first edit a document in the cuteEditor and create a link everything works just fine but when i enter the document again to edit it the inside links becomes absolute insted of relative.   what shell i do to resolve this problem?     thank's ...
    Posted to Cute Editor for .NET (Forum) by meshorer on October 3, 2006
  • Re: bookmarks in dropdownlist

    the4bs,   OK.   First please check this example:   http://cutesoft.net/example/howto/AddButtons/cs/create_a_custom_button.aspx   This example shows you how to pass the editor object to the pop-up window.   Second after you get the editor object, you should be able to get the editor document object.   // ...
    Posted to Cute Editor for .NET (Forum) by Adam on July 19, 2006
« First ... < Previous 39 40 41 42 43 Next > ... Last »