Search

You searched for the word(s): document
Showing page 4 of 325 (3,244 total posts) < 1 second(s)
  • Customize document inserts

    I need to customize document inserting.  It seems that the default is to insert the URL in between the A tags:<A href = '\url\to\the\document.txt'>\url\to\the\document.txt</A>   I want to default the text to just :<A href = '\url\to\the\document.txt'>document.txt</A>...and possibly add a document icon based on ...
    Posted to Cute Editor for .NET (Forum) by rachale on November 26, 2005
  • Re: OnUploadCompleted doesn't fire

    Hi Terry,    Thanks for your reply.   The changes i made shouldnt affect the OnUploadCompleted method. I only changed the UI arround the uploader and added the following BLOCKED SCRIPT       function CuteWebUI_AjaxUploader_OnStop() {         var submit = ...
    Posted to Ajax Uploader (Forum) by WebsterTompkins on October 4, 2012
  • Re: AttachmentTRStyle

    Hi GeraldMorris,   This property use to set the attachment table style after uploaded. If you want to change the style of the queue table when uploading, then you need to write your own queue table like the example below.   More details please refer to ...
    Posted to Ajax Uploader (Forum) by Kenneth on June 26, 2013
  • Re: Hide the Cancel button that comes while uploading and rename 'CancelAll' button to 'Cancel'

    Hi MayurNarsale,   To achieve these requirements, you need to wirte your own queue table. The example below shows you how to achieve it.   For requirement 1, I used property "CancelButtonID" to define my own cancel button, so I can hide/show it in "CuteWebUI_AjaxUploader_OnSelect(files) " depends on the files ...
    Posted to Ajax Uploader (Forum) by Kenneth on March 15, 2013
  • Re: Can we change Position for "Upload Multiple Files" Button Postion?

    I am using master page and content page is having upload control. This is the aspx code <asp:Content ID=''Content2'' ContentPlaceHolderID=''ContentPlaceHolderUI'' runat=''Server''> <asp:ScriptManagerProxy ID=''Scriptmanager1'' runat=''server''> </asp:ScriptManagerProxy> <table align=''center'' border=''0'' ...
    Posted to Ajax Uploader (Forum) by yogeshsapkale on February 12, 2009
  • Re: Import Word document

    Hi Adam.   I load a HTML file and read the content. When I set the Editor value to this content it seems fine. But the HTML is dirty (Word) so Before setting the editor value I run CuteEditor.EditorUtility.CleanUpMicrosoftWordHTML And this function breaks everything...   Also, try pasting this Word-edited HTML document into the ...
    Posted to Cute Editor for .NET (Forum) by Dtest on January 7, 2009
  • Use CuteEditor as Document Selector

    Hi, Using your example below with the latest Chrome causes a ''Uncaught Error: HIERARCHY_REQUEST_ERR: DOM Exception 3'' exception. You have to click the ''Pick a file'' twice for it to popup. Although on our site we use the option ''UseStandardDialog=True'' which causes the same error below but does not popup no matter how many times you click ...
    Posted to Cute Editor for .NET (Forum) by Widget on May 1, 2012
  • editable window (iframe) does not show?

    I have installed the editor in my php files but the window where you edit the text does not show. It seems to have to do with some code I use, but I don't understand why. Maybe somebody can help me out? Here we go: Javascript code, to hide and show a ...
    Posted to Cute Editor for PHP (Forum) by sdeng on July 4, 2009
  • Document contains one or more extremely long lines of text

    Hi all,   An application has been passed over to me to fix (is not Live yet), and I have encountered a very strange problem.   My configuration (all located on the same machine): OS = Windows XP Professional VS = Visual Studoio .NET 2005 Professional CE = CuteEditor.NET version 5.30 DB = Oracle 10g   If I create ...
    Posted to Cute Editor for .NET (Forum) by Nasty2 on February 5, 2008
  • Re: How do I insert text at end of document (scrolling)?

    Yes. Please Try the following code:   function set_cursor_at_End(){  try{       // get the cute editor instance      var editor1 = document.getElementById('<%= Editor1.ClientID%>');    // get the active editor document    var ...
    Posted to Cute Editor for .NET (Forum) by Adam on March 16, 2007
« First ... < Previous 2 3 4 5 6 Next > ... Last »