Search

You searched for the word(s): document
Showing page 43 of 169 (1,685 total posts) < 1 second(s)
  • smartNavigation throws error

    I am having diffuclty when I have Cute Editor on a page and I set smartNavigation = True. I get an ''Object doesn't support this property or method'' error - the line number doesnt even relate to a line of Javascript, just base html, so i am clearly not getting any help there.   Has anybody else noticed this?  Is this a known ...
    Posted to Cute Editor for .NET (Forum) by richardhauer on August 26, 2004
  • Re: The Cut effect for custom buttons

    Hi jonathanexact,   Please try this example   <%@ Page Language=''C#'' ValidateRequest=''false'' %>     <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %>   <html>   <head> ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on May 24, 2010
  • Re: Get Selected Text

    Hi humarashid,   Try the example below:   <%@ Page Language=''C#'' %>     <%@ Register Namespace=''CuteEditor'' Assembly=''CuteEditor'' TagPrefix=''CE'' %> ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on September 4, 2009
  • Re: List of Commands

    HomecitySupport,   For the 'PasteHTML' issue, please use the following JavaScript API:   http://cutesoft.net/developer+guide/JavaScript-API.htm   PasteHTML() This method is used for pasting the specified HTML into a range within a editor document. If anything is selected, the selection is replaced with the new ...
    Posted to Cute Editor for .NET (Forum) by Adam on July 18, 2006
  • Re: Intermittent Problem with CuteEditor_OnInitialized

    Here's a sample page with no linked script.  Just load this in Internet Explorer (I'm using version 7.0) and hit the refresh after each load.  The problem occurs sporadically, but does happen.  It's more apparent if you add an alert to the CuteEditor_OnInitialized stub as well so that you can see it fire instead:   <%@ ...
    Posted to Cute Editor for .NET (Forum) by Frank Leinbach on June 3, 2008
  • Document with version 5.1 release diff

    Hi Adam:        I am looking for a document that details the release diff between version 5.1 minor and version 5.0. Please let me know once it is uploaded by CuteSoft so we can download it and review.   Thanks and regards,   Don P.
    Posted to Cute Editor for .NET (Forum) by Pintod on November 28, 2005
  • Re: Custom Button pasteing Javascript

    Hi jbucknor,     Try this code please:   <%@ Page Language=''C#'' %> <%@ Register Assembly=''CuteEditor'' Namespace=''CuteEditor'' TagPrefix=''CE'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd''> <script ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on November 8, 2008
  • Re: Insert Hyperlink browse button

    Could anyone provide me with a little direction on this?  How do I return information to the insert hyperlink dialog and set the text property of the inp_src textbox on the tag_a.ascx page from the dialog window opened by the tag_a.ascx? I have tried using opener.document.getelementbyid(''inp_src'').text = value, but this does not ...
    Posted to Cute Editor for .NET (Forum) by ThePope78705 on October 29, 2008
  • Re: issue with showing text in the editor...

    I have a similar issue: I need to set the text of the editor on window load, on the client side. I used function window.onload() {      var editor1=document.getElementById('<%=Editor1.ClientID%>');     var editdoc=editor1.GetDocument();     editdoc.body.innerHTML=unescape('some ...
    Posted to Cute Editor for .NET (Forum) by Nimendra on December 7, 2005
  • Re: How to add a button to the toolbar

    If you don't want a post back you can do this (note I have to do remote scripting because users cried about the page refresh):   Dim Button2 As New System.Web.UI.HtmlControls.HtmlButton Button2.InnerHtml = '':: Get Record from DB ::'' Button2.Attributes.Add(''style'', ''background : #ffffff;border : 1;border-style : solid;font : ...
    Posted to Cute Editor for .NET (Forum) by cmessineo on September 26, 2005
« First ... < Previous 41 42 43 44 45 Next > ... Last »