Search

You searched for the word(s): document
Showing page 228 of 325 (3,244 total posts) < 1 second(s)
  • Re: remove event

    Hi,   We do not provide remove event.   You can redraw the table , so you can customize the remove button .   http://ajaxuploader.com/document/scr/create-custom-queue-table.htm   Regards, Terry  
    Posted to Ajax Uploader (Forum) by cutechat on May 18, 2010
  • Re: Select an image outside of Cute Editor?

    No reply from iTim... Can you tell me what js function I need to call in order to invoke the Insert Image window please Adam... I'm trying to do something like the following:  [myButton] --> onclick = ''callImageInsert()''  function callImageInsert(){ var editor1 = ...
    Posted to Cute Editor for .NET (Forum) by optik on May 3, 2005
  • Re: Web Messenger 5.. Documentation??

    >>I hope that the authors of this product will allow some community contribution to make it more robust. If you have any suggestions, please let me know. Adam@cutesoft.net. We are working on a new version of document which will be released in 1 month.
    Posted to Cute Chat and Cute Web Messenger (Forum) by Adam on September 9, 2009
  • Re: path issue

    OK now Im sure I am not assigning the path correctly... How do I assign the path properly for the document ''gallery''Im getting /uploads/ as the value for the variable current_Path within browse_Document.asp. Im sure this should read more like /pdfs/118/ based on my string.Let me know what Im doing wrong...
    Posted to Cute Editor for ASP (Forum) by MattSmith on March 26, 2007
  • Re: opening create template on button click

    Hi svk,   Try   <%@ Page Language=''C#'' ValidateRequest=''false'' %>     <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %>   <html>   <head>   </head> ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on May 5, 2010
  • clear editor1 using javascript

    Is there a way to clear the editor using javascript?  I have the following javascript but its not working.  Thanks for any help.  function ClearEmailTextbox()   {     document.getElementById('ctl00$ContentPlaceHolder1$Editor1').value = '''';   }  Below is the vb.net ...
    Posted to Cute Editor for .NET (Forum) by lonnie on January 10, 2011
  • Extending allowed mime types for document upload

    Hi There, How can we extend the document upload allowed mime types to include docx, xls,xlsx, zip and .exe files? Thanks Andi
    Posted to Cute Editor for PHP (Forum) by northstjarna on February 8, 2012
  • Disable New Document Button

    Hello,   How can I disaple the New Document Button?   Thank you, Gaudicia
    Posted to Cute Editor for ASP (Forum) by Gaudicia on October 6, 2008
  • Re: Begginer question

    Hi Krysler2,    Cute Web Messenger is what you need. Please download here: http://www.cutesoft.net/downloads/default.aspx You can also try our online demo, the link is http://dotnetdate.com/default.aspx. In downloaded package, there are some source examples and development document.  You can refer to it.
    Posted to Cute Chat and Cute Web Messenger (Forum) by Eric on August 19, 2009
  • Re: Problems with editor.GetSelection() in IE

    bix, The selection is an object. Your code is not correct. I think what you want is getting the HTML code from the current selection. Please use the following code:         function getSelectedHTML(){       var rng=null,html='''';       if ...
    Posted to Cute Editor for PHP (Forum) by Adam on February 25, 2008