Search

You searched for the word(s): document
Showing page 119 of 325 (3,244 total posts) < 1 second(s)
  • Re: Putting Text in the Cutte Editor

    AAP,  Have you set Editor.EditCompleteDocument Property to true?      Editor.EditCompleteDocument PropertySpecify whether a complete HTML document is being edited. public bool EditCompleteDocument {get; set;}RemarksIf false, the editor will only process content inside the page body i.e. all ...
    Posted to Cute Editor for .NET (Forum) by Adam on June 16, 2005
  • 4.5 Questions

    Adam, After downloading CE v4.5, I have a couple of questions: 1)  The second ''Insert Image'' dialog box does not display larger enough to display the ''Insert'' button.  This is confusing for some of my clients.  Any thought why the dialog box does not display showing the ''Insert'' button? 2)  ...
    Posted to Cute Editor for .NET (Forum) by thollar on June 11, 2005
  • JavaScript's createTextRange()

    Hi, I'm trying to utilize JavaScript such that a user clicking on an item in a ListBox will take them to a specific location in CuteEditor.  Version 2.0 of CuteEditor allowed me to use createTextRange().  However, this does not appear to work in Version 4.0. I found a previous post -- ...
    Posted to Cute Editor for .NET (Forum) by fcatacutan on June 10, 2005
  • Re: Checking file names when uploading

    Adam, Thanks for the mods. I have tested them and found a couple of problems: 1. In FilePost.asp, the new function ValidFileName only allows extensions gif, jpg, jpeg and png. This conflicts with the function ValidFileExtension which allows many more. Also, ValidFileName is used both for file type ''document'' and ''image''. 2. The ...
    Posted to Cute Editor for ASP (Forum) by Torquemada on June 5, 2005
  • Display Font and Size

    Adam, I had a client recommend an enhancement to your control.  She requested that when you set the cursor to some text in the editor, the font and size is automatically displayed in the ''Font Name'' and ''Size'' drop down boxes.  This would be similar to MS Word, when you click on some text, the font and size is ...
    Posted to Cute Editor for .NET (Forum) by thollar on June 2, 2005
  • Problem with inserting code in the CuteEditor

    Hi folks, I need to insert VB Code into the contents of my document, and I don't know how, or if this is possible. For example, I would like to go into HTML mode, type in, say ''<%='Hello world'%>'' and have it come up with the same thing when saved.  The only problem is that the code gets commented out to ''<!--='Hello ...
    Posted to Cute Editor for ASP (Forum) by dwaldner on May 18, 2005
  • Poor Documentation - Installation Clarification Needed

    Hi CuteChat,Your chat application looks great but your installation documentation is very sparse and ambigous. Here is what I have done. I have a VS .NET 2003 Web Project which has our customers web site in. I have copied/uploaded all the license files and dlls to the right place and referenced CuteSoft.Chat.dll and CuteSoft.ChatService.dll ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by emerald-db on March 30, 2005
  • Re: Issues with PasteWord

    1) I need to know how call the word cleanup function (from the code cleaner dialog) without opening the dialog first.  Same with the font cleaner.  What I want to be able to do is allow a user to click a ''Word cleanup'' button, and have just that function run. A: There is a client function named ...
    Posted to Cute Editor for .NET (Forum) by Adam on March 28, 2005
  • Will CuteEditor for .NET 'clean' Word tags

    We are currently using eWebEditPro for Rich Text editing.  It has a very handy feature(which we required) that will clean the extra  Word tags pasted into the richtext field.  For example, find something in a Word document that is formatted nicely (bullet points, whatever), copy and paste that into your Rich Text editor. ...
    Posted to Cute Editor for .NET (Forum) by webview on March 14, 2005
  • Re: After removing the Toolbar I receive this JS error createRange().getBookmark()

    My full.config: <?xml version=''1.0'' encoding=''utf-8'' ?> <configuration> <contextmenu> <item name=''Editing'' value=''True''/> <item name=''Format'' value=''True''/> <item name=''Insert'' value=''True''/> <item name=''InsertAdvanced'' value=''True''/> <item name=''InsertFiles'' ...
    Posted to Cute Editor for .NET (Forum) by Adam on February 16, 2005