Search

You searched for the word(s): document
Showing page 68 of 325 (3,244 total posts) < 1 second(s)
  • Re: Problem using CE as a seperate Flash/.swf selector

    Sure Ken, here is the display page snippet: <asp:TextBox ID=''ThumbnailTextBox'' runat=''server'' Width=''200px'' MaxLength=''255'' /> <input type=''button'' value=''Flash'' onclick=''callInsertThumbnail()'' id=''ThumbnailButton'' name=''ImageButton'' runat=''server'' /> <asp:RequiredFieldValidator runat=''server'' ...
    Posted to Cute Editor for .NET (Forum) by spencet on December 3, 2010
  • Re: getting error when uploading the same document I have open in Word

    Hi,   Users can't upload locked files.   But you can modify the error message by this way :   function CuteWebUI_AjaxUploader_OnError(msg) {     if(msg.indexOf(''IO_SharingViolation_File'')!=-1)     {         alert(''the file is ...
    Posted to Ajax Uploader (Forum) by cutechat on October 28, 2009
  • Re: Unable to get file name of uploaded file

    Hi I used your file :--------- <script type='text/javascript'> function CuteWebUI_AjaxUploader_OnTaskComplete(task) { var div=document.createElement(''DIV''); var link=document.createElement(''A''); link.setAttribute(''href'',''admin/testUploader/myprefix_''+task.FileName); link.innerHTML=''You have uploaded file : ...
    Posted to PHP File Uploader (Forum) by attourath on September 24, 2011
  • Re: Editor.Setting.GetHashString()

    Hi Adam,   Yes I know its an old thread I'm upgreading from 5.3 to 6.4 and I want to use InsertImage dialog to retreve an Image and save the path of the image in my db.   I checked example demonstrates how to use CuteEditor as an image selector, It works fine but I need to save the image path from the textbox without the server ...
    Posted to Cute Editor for .NET (Forum) by maowidat on June 18, 2009
  • Re: SAVE button not working in 6.6 version

    Just for reference, I am pasting the code of the pageeditor.asp file that is having issues with latest version of the editor. This might be helpful.   ======================================================================   <!-- #include file = "ConnStr.asp" --> <!-- #include file = ...
    Posted to Cute Editor for ASP (Forum) by designxtrem3 on February 13, 2014
  • Re: setHTML doesn't work in firefox on load of page

    If it helps anyone - following is the code that I have which I think is working in an ASP.NET MVC app.  This function gets called on a $(document).ready.  Notice that the code checks if the editor 'is ready'.  If not, it is calling the same method again after 10 milliseconds on a 'settimeout' - until it finds the ...
    Posted to Cute Editor for PHP (Forum) by athadu on September 25, 2013
  • Re: Cute Editor for ASP.Net and Html5 support

    Hi saliniashok,   You can refer to the full steps at http://www.richtexteditor.com/document/scr/html/deployment.htm  1. Install the assemblyCopy the following files to your application bin folder.richtexteditor.dllNetSpell.SpellChecker.dllrichtexteditor.licThe "richtexteditor" folder and all files it contains should be ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on May 7, 2013
  • Re: Zoom factor - store / set?

    Hi,   To set the zoom of the editor body, you can use the code below. It will fire when the editor load. 3 means 300%.   Note that, this code only use to change the zoom of the editor body, it will not change the "zoom" section at the bottom ...
    Posted to Rich Text Editor for .NET and MVC (Forum) by Kenneth on April 12, 2013
  • Re: How to modify file name

    HI rajbhagat,   Please try the example page below, it wil use ... to replace the long file name when ...
    Posted to Ajax Uploader (Forum) by Kenneth on April 9, 2013
  • Re: Problem with latest version in Firefox

    Hi xbobbr,   The steps below shows you how to hide the create directory and upload button for the insert document dialog.   1. Open file "\cuteeditor_files\Dialogs\InsertDocument.asp"   2. Find section below   <img src="../Images/newfolder.gif" id="btn_CreateDir" ...
    Posted to Cute Editor for ASP (Forum) by Kenneth on April 9, 2013
« First ... < Previous 66 67 68 69 70 Next > ... Last »