Search

You searched for the word(s): document
Showing page 45 of 169 (1,685 total posts) < 1 second(s)
  • Re: Add row or column to a table pasted from word document

    praveen, No, the new row can't have the same formatting as of word. You have to configure the new row, column manually.  
    Posted to Cute Editor for .NET (Forum) by Adam on March 25, 2005
  • Customised image selector unable to work in Chrome v13.0.782.220 m

    Hi, I have followed some postings I saw in the forum on how to do up a image selector using the CuteEditor. I have followed them and implemented it as a control. The codes are as below. The code works fine in ie9 and Firefox but is unable to work in Chrome. I did some checking and found that the following statement returns -1 --> ...
    Posted to Cute Editor for .NET (Forum) by huatz on September 14, 2011
  • Command 'hyperlink' Is Not Supported Or Not Implemented

    I created a custom button on my toolbar.  It opens an AJAX modal popup that I use to insert a hyperlink (I didn't use the insert hyperlink that comes with CuteEditor for various reasons).  It works just fine once.  But if I click it a second time I get the following error:   ''Command 'hyperlink' Is Not Supported Or Not ...
    Posted to Cute Editor for .NET (Forum) by MDCragg on October 29, 2009
  • Table Wizard Issue ???

    Hi, i am evaluating cute editor for my web site requirements and i came up with this issue. i tried this with your online demo. 1) I cleared the document by pressing the new document button. (This is optional) 2) If you press the table wizard button and then just the cancel button the table is actually inserted into the document but it's ...
    Posted to Cute Editor for .NET (Forum) by kosgia on December 14, 2008
  • Toolbar Missing & Wrong Images

    Hi the tool bar is not showing the insert table icon, it is coming up as a missing image? (see image)   I have typed the url directly and it is in the folder and showing in the source code. (see source code)   Also the Insert Image is showing as the inser Flash ...
    Posted to Cute Editor for .NET (Forum) by webxel on April 7, 2008
  • Re: Strange error after taking the focus out of the CuteEditor

    Thanks for your reply Adam. I'm already using that function    I talked with support and they told me to reproduce the error in an example page. Here is a simple test page showing the error, I want to focus on the editor after a tab on the textfield (not working well in this example, use ''S'' instead), and after the user press ...
    Posted to Cute Editor for .NET (Forum) by CoffeeGuy on February 19, 2008
  • Resolved: Another user problem

    This is reported to us. Can you please fix this?   ''I had typed a lot of stuff into the word processor and then tried to add a link to our website. I needed to place it near the middle of the document. I finally found out how and clicked the ''Insert Hyperlink'' button. The display about hyperlink was very confusing, so I cancelled ...
    Posted to Cute Editor for .NET (Forum) by fredd on August 17, 2007
  • Re: Custom Browse link in Insert_a_tag Dialog Firefox problems

    Hi SaferSephy,   Try add ''SyncTo(element);'' in you code.   In my case, I add the value by a button. Like below.   function addLink()   {   var inp_src=document.getElementById(''inp_src'');   inp_src.value=''http://www.google.com'';   SyncTo(element); ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on February 7, 2010
  • Re: BaseHref settings

    ok adam i see,   but i use the editor in a window and save by: function CuteEditor_OnCommand(editor,command,ui,value) { //handle the command by yourself if(command.toLowerCase()==''postback''&&value==''Save'') { tellDad(); //return true;//return true if you want to stop the command } }   function tellDad() { var editor1 = ...
    Posted to Cute Editor for .NET (Forum) by chanlo on October 15, 2007
  • Re: javascript cleanuphtml and count number of characters

    Hi surrounding,   1. Clean up HTML example   <%@ Page Language=''C#'' %>     <%@ Register Assembly=''CuteEditor'' Namespace=''CuteEditor'' TagPrefix=''CE'' %> ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on August 31, 2010
« First ... < Previous 43 44 45 46 47 Next > ... Last »