Search

You searched for the word(s): empty
Showing page 12 of 63 (628 total posts) < 1 second(s)
  • Editor sends empty string to database

    hi i am currently working on a project that takes values from two Cuteditor boxes and inserts them into a new database row. The problem is that only one editor sends data, or none sometimes. When i checked my database for errors and I get all the data except from the editors. I am attaching code below, please ...
    Posted to Cute Editor for .NET (Forum) by darling1906 on September 11, 2006
  • Re: AJAX.NET Partial Refresh SOLUTION

    I don't have time to put together a sample project - the description I submitted should be enough. The bug is exactly as described: when loading the editor using an updatepanel async postback, the user-defined ''CuteEditor_OnCommand'' gets overwritten by the CuteEditor javascript file (''CuteEditorImplementation.js''), which turns it into an ...
    Posted to Cute Editor for .NET (Forum) by slegay on July 25, 2007
  • Re: URL field in Operator console empty.

    For your information,  I had this issue with Firefox and Netscape 7.2 (Operator console says customer is using Gecko) In IE6 the field URl is filed with the right thing.   Hope it helps.
    Posted to Cute Live Support (Forum) by François on February 13, 2007
  • Re: Issues Related to DB File Storage

    Hello Adam,   I solve the binary problem by adding this line in DownFile.aspx Response.AddHeader(''Content-Disposition'',''attachment; filename='' + filename);   Only one problem stay, a second page open a empty DownFile, I try many method to close the page but none was successful. As it's a minor problem, my user ...
    Posted to Cute Editor for .NET (Forum) by Ultdrake on February 27, 2007
  • JavaScript Error: Ox136 is null

    In Firefox 27 and 28 CuteEditor 6.7   This started occurring sporadically after updating v6.6 to v6.7 in Firefox. I've only confirmed for v27 and v28. The editor loads the toolbars  and will encounter error then stop loading with no content. The iframe is empty and any button command that access it will throw a command ...
    Posted to Cute Editor for .NET (Forum) by monkboy on March 20, 2014
  • Re: Paste From Word is not working (All Handling Options)

    Hi Adam,   My clients run into the same problem (since version 6.xx has been installed) and I can reproduce it with Word 2003 and Word 2010 (I haven't tried other versions yet).   The best way to reproduce it is to open a new empty Word document. Paste or type this content into it: One two three four five six seven eight nine ...
    Posted to Cute Editor for .NET (Forum) by wetmaster on February 21, 2013
  • Re: Few basic questions about the new RTE

    >>5) What now happening with the 'EmptyAlternateText'   The property is removed in the new version.   By default, an empty alt is added automatically when inserting an image without specifying alt attribute.   If you want to change this behavior, please open the following ...
    Posted to Rich Text Editor for .NET and MVC (Forum) by Adam on September 17, 2012
  • Re: Using CuteEditor with dynamic height?

    Hi empty,   The editor has not the setting to adjust the height as its parent control. You can adjust the height of editor when the user drop the splitter by the code below.   <script> function adjustHeight() {     var editor1=document.getElementById("<%= editor1.ClientID %>");     ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on September 7, 2012
  • Multiple File uploads - pepairitem:0 error

    When I try to select multiple files (2000 in number) in Ajax Uploader open dialog then the File Name path becomes empty. If I click open then I get this error as explained in the figure : <--How to get rid of this unwanted  error message? After I click OK, I get another error message "Unable to select so many files at once. The total ...
    Posted to Ajax Uploader (Forum) by sansindia85 on September 6, 2012
  • Re: How can this be used in a PHP form?

    Thanks, Ken. The uploader is not creating the element, $_POST[''myuploader'']. It is, however, creating these elements in the $_POST array:  $_POST[''UploadLib_Uploader_js''] and $_POST[''AjaxUploaderFiles '']  Neither of those vars contain a filename. Nor do the other uploader vars in the example. (When echoed, they are ...
    Posted to PHP File Uploader (Forum) by peterbe on July 13, 2012
« First ... < Previous 10 11 12 13 14 Next > ... Last »