Search

You searched for the word(s): document
Showing page 3 of 169 (1,685 total posts) < 1 second(s)
  • Re: I get an error whenever I try to save a document.

      If you see the error message above, it means that you installed the latest version of the Framework ASP.NET1.1. Now ASP.NET 1.1 adds protection when you post HTML code and CuteEditor does that of course so here comes the error message, no harm just a warning.   To prevent this message from appearing again, you need to set ...
    Posted to Cute Editor for .NET (Forum) by Adam on May 10, 2004
  • Re: problem to set background image using <body>

    hi   is it possible for me to call a javascript function to change the background which i set in <body> in a cuteeditor....   this is my javascript function :   function fnChangeTemplate(TemplateID,Orientation,CategoryID,FileName,BackGround,Side) { if(Side=='front') { var editor1 = document.getElementById('<% = ...
    Posted to Cute Editor for .NET (Forum) by goh6613 on April 9, 2009
  • 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
  • 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: 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