Search

You searched for the word(s): document
Showing page 203 of 325 (3,244 total posts) < 1 second(s)
  • Selected Cursor Position

    When I am selecting text from cute editor I am selecting it with following code ar editor1 = document.getElementById('<%=Editor1.ClientID%>'); var editdoc=editor1.GetDocument(); var objselect=editdoc.selection; var range = objselect.createRange(); if(range.htmlText!=null || range.htmlText!='''') { ...
    Posted to Cute Editor for .NET (Forum) by Sarfraj on November 25, 2009
  • This only works in IE, not in Firefox etc.

    Hi.   I have put two new buttons in, but when i hit them, nothing happens, only in IE. The buttons do the following:   Opens a new form (called getLink.aspx). On the form user chose a link, and close the form again. Then the link is insert into cuteeditor.   My code look like this:   <%@ Page Language=''vb'' ...
    Posted to Cute Editor for .NET (Forum) by PeterDK on November 21, 2009
  • smart tags loose space in the process

    We copy content from word document to cute editor and has smart tags; these tags are inserted automatically. The tags do appear on the screen ok but loose the space character between words. I am pasting the part of the document having smart tags and the space between of and Ohio is removed and appears as ofOhio on the pdf report. <p ...
    Posted to Cute Editor for ASP (Forum) by Jay Gulati on November 30, 2007
  • How can i reference a file being inserted (outside the editor) just like when doing Insert Image outside the editor?

    Hello,   I have seen many code examples on Inserting an image outside the editor.  I have this working fine, but now i am trying to use the same concenpt when selecting a File using the Downloadable Files dialog.  Could someone PLEASE give me some insight on how to do this.   ie: This works when selecting an image outside ...
    Posted to Cute Editor for .NET (Forum) by sendittokeith on September 24, 2007
  • 6.0 PasteHTML() command not working right.

    I am using CE to allow my users to create mail-merge letter templates.  To allow the mail-merge, I have some special insertable tags they can use in their templates that get replaced by data from a database.  For example, the tag {LASTNAME} gets replaced, when the letter is printed, by the customer's last name.   Users insert ...
    Posted to Cute Editor for .NET (Forum) by jrbrady on April 17, 2007
  • Re: CE failing in many ways.

    Adam: James,   For the font color issue, it's about reformatting the span style. Please check the following thread for details:   http://cutesoft.net/forums/post/18872.aspx   Ok, this answers my question about adding multiple levels of formatting but has nothing to do with a) why I can't change the default font/highlight ...
    Posted to Cute Editor for .NET (Forum) by jrbrady on March 27, 2007
  • Load a template using an external event

    I'm sure I'm not the first, but I couldn't find anything like it in the forums...   I'm trying to load a content template from a pop-up screen   The page with the editor looks like this - the CuteEditor is in a form called ''EDITFORM'':   ...    Dim editor   Set editor = New ...
    Posted to Cute Editor for ASP (Forum) by jdmaynard on March 15, 2007
  • Executing a button event on the cute editor form

    I know how to capture the 'Save' button event in my code behind page.  What I want to do is to be able to fire the Save button's click event using JavaScript on the client side.  I have a timeout JavaScript function that runs every 5min.  I want it to execute (fire) the Save button's click event so that it posts back with the proper ...
    Posted to Cute Editor for .NET (Forum) by JonE on December 18, 2006
  • Download links for documents showing path not Title

     When I go to add a document and I select the document that I want the user to download and fill out all of the information. Then I click on the insert button and the path is showing on the screen instead of the Title as this Editor dose.     Press Insert and it shows this a the Title:      
    Posted to Cute Editor for .NET (Forum) by TheJuggalo on May 5, 2006
  • Folder Security in DNN 3.1.1 integration

    I just got the trial version working and evaluating document uploads. It does not look like the editor takes into account any of the view/write permissions setup in the DNN File Manager. I created a user with only write permission in 1 sub-folder and view in a few other but when I click on the 'Downloadable Files' icon I can see all folders within ...
    Posted to Cute Editor for .NET (Forum) by unclemonk on March 20, 2006