Search

You searched for the word(s): document
Showing page 6 of 325 (3,244 total posts) < 1 second(s)
  • Document Selector -Chrome issue.

     Hi,   Recently i downloaded the cute editor  6.6 version added in my asp.net project. We can use the cute editor as document selector the live example   http://cutesoft.net/example/howto/use-CuteEditor-as-document-selector/use-CuteEditor-as-document-selector.aspx      The issue is ...
    Posted to Cute Editor for .NET (Forum) by Sivaram on August 31, 2012
  • Overwritting document with a different name?

    I was wondering if its possible that I could click a document, upload a new document and it would overwrite the existing one, while still keeping the same ID.  So if I had Policy_101.doc, I could upload Policy_201.doc and it would overwrite the first one. Thanks  edit: I know in the SqlStorage code there is a ...
    Posted to Cute Editor for .NET (Forum) by sp00ks on May 17, 2010
  • Re: Move document dialog

    > We don't have any plan to work on this function yet. Any suggestions? Well, I think there are two possibilities: 1) Replace the current move document dialog (the one with the path text box) with a new dialog which consists of the file browsing part of the insert document dialog. 2) Keep the current move document dialog, but add a button next ...
    Posted to Cute Editor for .NET (Forum) by Bent Bracke on May 11, 2010
  • Re: Is there any way to totally disable full page mode?

    That isn't quite right. It doesn't work, and even worse, when I click on any tab bar button, it writes the text of the function into the body of the html of the edited document.   This is the entire code on the page that contains the CuteEdit control. Is this where the code should be added? When I pasted it in exaclty , it didn't ...
    Posted to Cute Editor for .NET (Forum) by geewhizbang on March 10, 2010
  • Class Reference Document

    Class Ref Document: http://cutesoft.net/asp/document/index.html   How do you reproduce the error on http://cutesoft.net/asp/JavaScript-API.asp?    Without source code, you can only customize so much in CuteEditor. If you have some special needs, state your request in writing to Karen@cutesoft.net and we may be ...
    Posted to Purchase / License FAQ (Forum) by Karen on May 8, 2006
  • Document selection does not work in Firefox 2.x

    When selecting a document and hitting Insert using the below example   http://cutesoft.net/example/howto/use-CuteEditor-as-document-selector/use-CuteEditor-as-document-selector.aspx   the selected document does not appear in the text box - when on Firefox 2.x - works fine in FF 3.x and IE 7.x? Looks like the links.length ...
    Posted to Cute Editor for .NET (Forum) by tcshekar on June 18, 2009
  • Re: How to create a new HTML document with cuteeditor?

    Thanks,Adam but the source code is as follows:  void Page_Load(object sender, System.EventArgs e)  {     if (IsPostBack)   {    Editor1.SaveFile(''document.htm'');   textbox1.Text = Editor1.Text;      }   else   { ...
    Posted to Cute Editor for .NET (Forum) by thinkpages on January 18, 2007
  • Re: Javascript API Document?

    Hi SKH,   If you mean that, achieve the same function as the toolbar buttons by javascript.Please try the code below  <%@ Page Language=''C#'' AutoEventWireup=''true'' %>      ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on November 4, 2010
  • Re: Style the Files loading table

    Hi shaunw,   You can custom the queue table to achieve it. The example below shows you how to custom the queue ...
    Posted to ASP Uploader (Forum) by Kenneth on October 8, 2012
  • Re: Customize document inserts

    Oh!  That makes sense about the title tag.    I am aware that you can select the text to create a link as you describe.  But, what I want to do is change the behaviour if no text is selected.  Instead of using the URL as the inner text of the <A> tag, I want to modify the inner text in code.  Is this ...
    Posted to Cute Editor for .NET (Forum) by rachale on November 28, 2005
« First ... < Previous 4 5 6 7 8 Next > ... Last »