Search

You searched for the word(s): document
Showing page 6 of 169 (1,685 total posts) < 1 second(s)
  • 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
  • Re: insert document icon not showing up on toolbar.

    this did not work.   i am in fact using the simple config.   where as to test it i took out the insert image and it did not show up in the editor.   is there some where else where it could be hidden.   i have also noticed that insert template and help items are also not showing
    Posted to Cute Editor for .NET (Forum) by Benava on February 11, 2009
  • Re: Problem inserting code snippet at start of html in CE6

    pbeddis,   Code Snippet dropdown implements the following API:   PasteHTML() This method is used for pasting the specified HTML into a range within an editor document. If anything is selected, the selection is replaced with the new HTML and text. ...
    Posted to Cute Editor for .NET (Forum) by Adam on January 23, 2008
  • Re: Uploading Excel files

    http://cutesoft.net/developer+guide/Restricting-Document-Files-by-Extensions-and-Types.htmRestricting Document Files by Extensions and Types One of the Cute Editor new and innovative capabilities is Restricting uploading document Files by Extensions and Types. You can filter the type of document files so only specified file types are allowed ...
    Posted to Cute Editor for .NET (Forum) by Adam on March 15, 2006
  • Re: Edit .doc document

    Dear s3th,   LoadWord is not supported.  I have tested LoadFile and LoadHTML, it works fine on my end. Which unwanted tags are generated? You can send your test file to eirc@cutesoft.net , I will have a test on my end.   Thank you for asking Eric@cutesoft.net
    Posted to Cute Editor for .NET (Forum) by Eric on January 13, 2011
  • Re: Obtaining Selected Image HTML

    Hi BinbinB, Try the example below 1. Create a page name ''example.aspx''. below is the page code <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <%@ Page Language=''c#'' %> <html> <head>     <title>ASP.NET WYSIWYG Editor - How to create a custom button ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on April 19, 2011
  • Firefox problem: content of editor lost between Javascript/PasteHTML and ASP.NET?

    The following basic Javascript logic (called by a button-click event added as an Attribute to a button on our ASP.NET form) works fine in IE, but not in Firefox (note: I needed to write a separate Javascript function to handle Firefox because 'selectedhtml' needed to be derived differently than in IE, per a response to an earlier post ...
    Posted to Cute Editor for .NET (Forum) by rockford on April 9, 2008
  • Re: How to create a new HTML document with cuteeditor?

    Try   void Page_Load(object sender, System.EventArgs e)  {     if (IsPostBack)      {          Editor1.SaveFile(''NEWFILE.htm'');     ...
    Posted to Cute Editor for .NET (Forum) by Adam on January 18, 2007
  • Re: Overwritting document with a different name?

    This feature is not supported unless you own the source code license or request a customized solution.   However you can rename the uploaded files based using time stamp:   http://cutesoft.net/developer+guide/index.htm#page=Rename-images-Files-Based-on-the-time-the-file-was-uploaded.htm
    Posted to Cute Editor for .NET (Forum) by Adam on May 17, 2010
« First ... < Previous 4 5 6 7 8 Next > ... Last »