Search

You searched for the word(s): document
Showing page 86 of 325 (3,244 total posts) < 1 second(s)
  • Re: How to add a button to the toolbar

    If you don't want a post back you can do this (note I have to do remote scripting because users cried about the page refresh):   Dim Button2 As New System.Web.UI.HtmlControls.HtmlButton Button2.InnerHtml = '':: Get Record from DB ::'' Button2.Attributes.Add(''style'', ''background : #ffffff;border : 1;border-style : solid;font : ...
    Posted to Cute Editor for .NET (Forum) by cmessineo on September 26, 2005
  • Re: URGENT file/image upload problem

    First of all, I didn't change any of your code, I just added some response.write stuff to check if all paths to the image and document folders were created correctly by CuteEditor. I already removed my changes. For example:   ../website/Brussels/4/images ../website/Brussels/41/images ../website/Cyprus/1/images ...I was already ...
    Posted to Cute Editor for ASP (Forum) by silicoNimagE on September 24, 2005
  • Re: save(Editor1) and Netscape

    Tim, Please try the following steps: 1. <form name=''theForm'' ... onsubmit=''return addTopic()''> 2.  <script language=''Javascript''>       function addTopic()       {          var frm = ...
    Posted to Cute Editor for ASP (Forum) by Adam on March 9, 2005
  • Re: Bug with un-editable/selectable tags.

    Hi, I resolve the problem about contentEditable property set by default to True at the outside of the root node of code to be available in the editor.  You can see here the code needed to use full featured template approach. Add this code to your head node of the page where editor is define :<scriptlanguage=''javascript''> function ...
    Posted to Cute Editor for .NET (Forum) by yvesamyot on February 18, 2005
  • Re: Product upgrade

    Phil ,   Glad to hear you got it working!    Phil wrote:   1) The document download fails with an ''Object reference not set to an instance of an object''.  Your demo on this site also develops this same error.  The Demo for CuteEdit for ASP on this site does not exhibit this problem. Is this a bug in the code ...
    Posted to Cute Editor for ASP (Forum) by Adam on August 8, 2004
  • Re: Has Text Changed ?

    Hi Allender,   You can use API CuteEditor_OnChange.   CuteEditor_OnChangeThis event is invoked when the content of Cute Editor is changed. Example: function CuteEditor_OnChange(editor) {     //when the content be changed..     ...
    Posted to Cute Editor for ASP (Forum) by Kenneth on December 10, 2012
  • Re: Setting up cute editor for .net

    scotty_boy,   Please download the software from:   http://cutesoft.net/Default.aspx?tabindex=5&tabid=7   In the download package, you can find the CuteEditor document from /doc folder, CuteEditor.chm.   If you have any questions, you can use the support forums or send emails to us.   Good luck    
    Posted to Cute Editor for .NET (Forum) by Adam on September 1, 2004
  • Re: Redirect When Upload Complete

    Dear msandwisch,   task.FileName is the file name of uploaded file:    function CuteWebUI_AjaxUploader_OnTaskComplete(task)  {   var div=document.createElement(''DIV'');   var link=document.createElement(''A'');   link.setAttribute(''href'',''savefiles/''+task.FileName);   ...
    Posted to ASP Uploader (Forum) by Eric on April 14, 2011
  • Re: PasteHTML

    Hi,   Try this example   <%@ Page Language=''VB'' %>       <%@ Register Assembly=''AjaxControlToolkit'' Namespace=''AjaxControlToolkit'' TagPrefix=''ajaxtoolkit'' %> ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on May 29, 2009
  • Re: Help Needed in Placing Uploader in a Update Panel

    Hi,   for example:   function CuteWebUI_AjaxUploader_OnStart() {  //this function would be called on each file start upload  //maybe be called many times when upload multiple files.  document.forms[0].disabled=true; } function CuteWebUI_AjaxUploader_OnStop() {  //this function would be ...
    Posted to Ajax Uploader (Forum) by cutechat on January 6, 2009
« First ... < Previous 84 85 86 87 88 Next > ... Last »