Search

You searched for the word(s): document
Showing page 109 of 325 (3,244 total posts) < 1 second(s)
  • Extra processing before pasting

    Hi   I was wondering if I could trap and manipulate pasted text before in appears in the editor screen.  Long and short of it is, our application has a lot of different users in different environments pasting text mostly from MS Word that contains bullets and formatting, which they want to retain. I have set it to ''pasteword'' but ...
    Posted to Cute Editor for .NET (Forum) by zaggle on July 13, 2008
  • Re: HTML2PDF Question

    I'm not saving to a path - I'm using a memorystream to generate the document, attach it to an email and send it, then drop it.   I got the basis for the code here: http://cutesoft.net/forums/post/37207.aspx   I tried searching the forums for the error, didn't find it, but found this, which was close.  I followed the instructions ...
    Posted to Cute Editor for .NET (Forum) by BobtheCkroach on July 11, 2008
  • Replace bug in Firefox

    Go to http://cutesoft.net/asp/EnableAll.asp   1. Delete all the existing content. 2. Enter sample text ''i was in the park today.'' 3. Click Find and Replace button. 4. Enter ''was'' in the Find What field. 5. Enter ''been'' in the Replace With field. 6. click Replace button.   Actual: ''been'' is inserted at the ...
    Posted to Cute Editor for ASP (Forum) by dcorbett on April 23, 2008
  • problem setting output file for multiple editable pages

    I want two editable pages (using the IP license), each writing a separate output file.  The code below is for one of the pages.   I'm using;                       $editor->LoadHTML(''news1.html'');     ...
    Posted to Cute Editor for PHP (Forum) by lferree on April 2, 2008
  • Re: BASE HREF PROBLEM for developer - urgent

    Hi Adam, I'm not sure if I explained my situation clearly.  I can't get the following code to work together:      $editor->EditCompleteDocument=true;    $editor->BaseHref=http://www.imvo.org;   When I run the above code, it DOES edit the complete document, but BaseHref won't work (it ...
    Posted to Cute Editor for PHP (Forum) by kjgraham on March 7, 2008
  • Sending Email

    I created cutesoft editor and added some text and  images. I setted Images folder depending on User. I saved to a html file this Editor text and want to send to a Email with this saved document as body of email. All text is going but images are not showing in the email.   I send mails to support team they are not responding at ...
    Posted to Cute Editor for .NET (Forum) by Vasuu on March 3, 2008
  • PasteHTML

     when I use that feature using javascript and try to insert some text in url, it puts it outside of the url.   eg   if I type in the editor http://www.cnn.com?id=   and I run code to insert our variable, it takes = sign followed by pated text out of the href tag.   following is the code:   Insert code for: ...
    Posted to Cute Editor for ASP (Forum) by bshah@sifma.org on February 29, 2008
  • Re: Setting imageGallerypath

    Fahad.haq, This example shows you how to set the image gallery path, flash gallery path, media gallery path and document gallery path dynamically based on the user's role and name.   You can customize this example to meet your own application.   void SetUploadsFolder(string ...
    Posted to Cute Editor for .NET (Forum) by Adam on February 28, 2008
  • Re: Set Height in script doesn't change the Framestyle height in Firefox

    FredD,   >>I've downloaded and installed the latest version   Can you create a seperate application to test the following code?   <%@ Page Language=''C#''%> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <html>     ...
    Posted to Cute Editor for .NET (Forum) by Adam on February 28, 2008
  • Problem inserting code snippet at start of html in CE6

    Maybe I'm being dim but I'm having a small problem with CE 6. I'm running the latest version (as far as I'm aware) and ASP.Net 2 with Windows Server 2003.   I have a code snippet which looks a little bit like this:   <span style=''float:right''>some text</span> <span style=''font-weight: bold''>some more ...
    Posted to Cute Editor for .NET (Forum) by pbeddis on January 22, 2008