Search

You searched for the word(s): document
Showing page 79 of 325 (3,244 total posts) < 1 second(s)
  • Re: Accessing files outside the application folder

    minson,   >>it is possible to acces folders and files outside the application folder using a document manager.   Please set up virtual directories.   >>Also, if I insert a document using ''Downloadable files'' I can't find out how to delete documents.   Have you set AllowDelete to true?   If so, you ...
    Posted to Cute Editor for .NET (Forum) by Adam on April 16, 2008
  • Re: Preview Option

    function SetActiveTab() { var editor1 = document.getElementById('<%=Editor1.ClientID%>');   editor1.SetActiveTab('Preview'); } function ExecCommand() { var editor1 = document.getElementById('<%=Editor1.ClientID%>'); var cmd = ''preview''; var val = ...
    Posted to Cute Editor for .NET (Forum) by Vasuu on March 5, 2008
  • 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
« First ... < Previous 77 78 79 80 81 Next > ... Last »