Search

You searched for the word(s): document
Showing page 40 of 169 (1,685 total posts) < 1 second(s)
  • Modal Dialog box get HTML issue

    I have a dialog box that I'm opening from a custom button.  I want to extract the anchor tag from the selection in the editor.  I have this working in IE without a problem.  From the code below I'm able to alert and get access to the <a> in IE.  I've tried parentNode for Firefox, but I keep getting ''parentNode has no ...
    Posted to Cute Editor for .NET (Forum) by Efinity on February 22, 2008
  • Re: How To Use SQL For Image/File/Gallery In VB.Net?

    MDCragg,   For storing the images and other files into DB, we don't have document. We only have a real time example.   I've asked our developers add vb example and document in the coming version 6.1 which will be published within 10 days.   >>The only code that I found that I think pertains to what I want is in C# and I ...
    Posted to Cute Editor for .NET (Forum) by Adam on February 10, 2008
  • Re: Does anybody have a cross browser JS function to get selected text

    Please use the following code:         function getSelectedHTML(){       var rng=null,html='''';       if (document.selection && ...
    Posted to Cute Editor for .NET (Forum) by Adam on February 8, 2008
  • Editor1.SaveRTF with image in doc crashes app

    Good morning, everyone...   I'm having a couple of issues with Cute Editor, but the most important one is when I try to include an image in the body of a document and then save the document to an RTF format.   It fails with an ''Invalid URI: The format of the URI could not be determined'' error down in the depths of the ...
    Posted to Cute Editor for .NET (Forum) by rcastagna on January 31, 2008
  • Extra line causing worries

    Hi,     I am using cute soft and i enter Hi How teh test test1 test2 partially working.   the editor .text contains this one <div>Hi how is teh test</div>\r\n<div>test1 test2</div>\r\n<div>partially working</div>\r\n   which is getting stored into database . So when i ...
    Posted to Cute Editor for .NET (Forum) by raviteja84 on January 9, 2008
  • hyperlink problem

    Hello, i have a small hyperlink problem. I needed to add a dropdown to all the pages that allowed the user to create hyperlinks. Now instead of rewriting the javascripts or creating new dialog popups, i solved the problem with creating a small javascript, that checks the dropdown, if it has a value, then move that value to the inp_src field ...
    Posted to Cute Editor for .NET (Forum) by funkybox on January 7, 2008
  • Re: (editor1doc.selection).type does not work in Firefox?

    Use the following code:         function getSelectedHTML(){       var rng=null,html='''';       if (document.selection && ...
    Posted to Cute Editor for .NET (Forum) by Adam on November 16, 2007
  • Height not working in Firefox

    Hi Adam,   I had reported this problem previously and I believe you said it was fixed, but the latest download still doesn't work:   Situation in Firefox:   1. CE height and width are defined as 100% and CE is contained inside a <DIV> 2. When I reset the height of the <DIV>, the CE width shifts correctly, but the ...
    Posted to Cute Editor for .NET (Forum) by fredd on November 3, 2007
  • setHTML error: ce.setHTML is not a function

    I do not understand why this does not work, getHTML works fine. I have a page with the ID 'messagediv' which contains text when the page is first loaded. All I am trying to do is copy this text into the editor. When CuteEditorPopulate is called I receive the error ''ce.SetHTML is not a function.'' DHFContent.prototype.CuteEditorPopulate ...
    Posted to Cute Editor for .NET (Forum) by Flintstone on October 29, 2007
  • External CSS file

    Good Morning. Here's my problem. I have the Cute Editor in a file named: Default.aspx and this is how it loads the file to edit into the editor this is the file  Default.aspx.cs private string appPath = ''/ndCMS/admin/myhosted.com/''; void Page_Load(object sender, System.EventArgs ...
    Posted to Cute Editor for .NET (Forum) by zaiboot on October 2, 2007
« First ... < Previous 38 39 40 41 42 Next > ... Last »