Search

You searched for the word(s): document
Showing page 10 of 325 (3,244 total posts) < 1 second(s)
  • Edit .doc document

    Hi! So i'm trying out Cute Editor and i wanted to edit an existing .doc file with it. So i did something like this: Dim path As String path = ''c:\teste.doc'' Editor1.LoadWord(path)   Is this the right mehod? Using the LoadWord? Because it isn't working. If i use the LoadFile or LoadHTML method instead, i get a lot of tags and ...
    Posted to Cute Editor for .NET (Forum) by s3th on January 13, 2011
  • Re: can't browse nested folders in document browser

    Well, here it is one year later, and I revisited this because of a project on which I'm working.  I was finally able to resolve this issue.  It was a simple thing too (but took a few hours to discover) - the AbsoluteImageGalleryPath and AbsoluteFilesGalleryPath properties had to have a trailing slash (/) at the end of them.  For ...
    Posted to Cute Editor for PHP (Forum) by fl78al on June 14, 2010
  • Re: getting error when uploading the same document I have open in Word

    Hi,   I have similar question for files that are currently openned when trying to upload.  I am trying to use the OnError handler you described in the previous response, but that event does not seem to be firing, nor is it in the documentation for the uploader global events.   So basically, I'd like to generate a friendly error ...
    Posted to Ajax Uploader (Forum) by Vu Nguyen on December 30, 2009
  • Re: How to disable insert option in Image/ Document Editor?

    Hi kamala20,   If you mean the 'Insert' button   Insert Image dialog   1. Open file 'CuteSoft_Client\CuteEditor\Dialogs\InsertImage.aspx'   2. Find section below   <input class=''formbutton'' type=''button'' value=''   [[Insert]]   '' onclick=''do_insert()'' id=''Button1'' /> ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on November 10, 2009
  • Re: Can I set image/document folder paths on the fly

    This is great, and answers a question that I also had perfectly.   Now, I'm guessing yes, but is it also possible to set up a 2nd ''global'' images folder that only I as webmaster could place images into that all users could have access to to use.  Like a place I could drop generic images like checkmarks, and ''new'' or ''updated'' ...
    Posted to Cute Editor for PHP (Forum) by BassTrails on May 20, 2009
  • Repost: Repost: Repost: Images in existing documents

    Seems weird, but I just can't seem to get any focus on this problem. This the third posting. Adam looked at it once but then lost interest maybe? Problem: I have installed CuteEdit as described in the documentation and can open existing htmls fine. The only problem is that any images do not display. Seems to me it's probably a pathing issue but ...
    Posted to Cute Editor for .NET (Forum) by sfkhooper on December 10, 2005
  • Re: Customize document inserts

    rachale,  The title field allows you add the ''title'' attribute within the hyperlink tag.For example:<a href = ''bio.html'' title = ''Biography of Monet''>biography of Monet</a>.To add turn selected text into a hyperlink, you need to highlight the text you want to link to another page and click the insert-link (downloadable ...
    Posted to Cute Editor for .NET (Forum) by Adam on November 27, 2005
  • Re: Paste from word document

    Praveen, 1. What actually happens from the users point of view if they chose not to clean the code? When you pasting the content from Word into the editor, the non-required code that usually comes with pasting from Word. 2. Will there be any problem with the outer page layout in my application if I chose to clean the code? See ...
    Posted to Cute Editor for .NET (Forum) by Adam on March 3, 2005
  • How do I insert text at end of document (scrolling)?

     I try add text at the end of the document but it doesn't work.My code:function PasteHTML(html){   // get the cute editor instance   var editor1 = document.getElementById('<%=Editor1.ClientID%>');   // get internal editor document   var editdoc = editor1.GetDocument();   // get default ...
    Posted to Cute Editor for .NET (Forum) by ephillipe on March 15, 2007
  • save document and send via email

    hi i have a problem i need add a new button in the bar .. this button will save the document in PDF and send the PDF via email to the customer.. actually i add the button but i can't  add my custom fuction in VB the send the document, can you help me please. tanks.
    Posted to Cute Editor for ASP (Forum) by lfer on August 31, 2009
« First ... < Previous 8 9 10 11 12 Next > ... Last »