Search

You searched for the word(s): javascript
Showing page 63 of 408 (4,076 total posts) < 1 second(s)
  • Re: Create new editor instance in javascript

    manishsharma,   No.  This is not a JavaScript Editor. Many security options should be set in the server side.   The following example shows you how to created editor on the server side.   http://cutesoft.net/example/Dynamically-Create-Editors.aspx  
    Posted to Cute Editor for .NET (Forum) by Adam on October 9, 2008
  • Re: Error with Javascript code

    I suggest you put ''ad.src='/oxygene/uploads/images/back2.gif''' into a separate JavaScript function.   onmouseover=ChangeSrc()   function ChangeSrc() {    ad.src='/oxygene/uploads/images/back2.gif'; }    
    Posted to Cute Editor for ASP (Forum) by Adam on July 6, 2006
  • Re: Javascript API Document?

    I was looking for more on the features list from the cutesoft editor toolbar with the API calls suntax for each button like insert flash, videos, create a PDF etc etc....   Is there any document to compile that list? that would be very helpful....     Thanks SKH
    Posted to Cute Editor for .NET (Forum) by SKH on November 3, 2010
  • Re: Using the Cute Editor sample gives Javascript error...

    Thanks Terry, Will do that. I'll get back to you if the problem still persists. Thanks for the quick feedbacks, with this kind of support i'm certainly not regretting to have bought CuteEditor :)  Hope you could also look into my other questions. Thanks!
    Posted to Cute Editor for .NET (Forum) by CIC Web on March 11, 2009
  • Javascript Error

    I got the following error, when i use a ModalPopup with CuteEditor (first time it works, the second time, this error is thrown): Error: editor.GetScriptProperty is not a function Sourcefile: http://hierbinichgast.de/CuteSoft_Client/CuteEditor/Load.ashx?type=scripts&file=Gecko_Loader Row: 5   Any ideas?
    Posted to Cute Editor for .NET (Forum) by SitePoint on July 13, 2007
  • Re: Javascript error when pressing the back button

    This bug has been fixed in the version 4.1.Demo:http://cutesoft.net/asp/EnableAll.aspIf you still have the CuteEditor Delivery email, click the URL in the email to download your control. If you deleted the delivey email, please write to [email protected] .    
    Posted to Cute Editor for ASP (Forum) by Adam on July 19, 2005
  • Re: Programmatically start download

    Hi Terry, thank you for your answere.   Yes, I'm using AJAX (my Uploader is inside an UpdatePanel). I've tried to use your suggestion, I'm not an expert in javascript but I've created this function (UploadAttachmentFile is the ID of my Uploader, is It correct?):   function StartMyUploadFile() {    var uploader = ...
    Posted to Ajax Uploader (Forum) by igorbaldacci on April 24, 2009
  • Re: File Upload - removing space in file name

    Hi rajmohanp,   1. Open file ''CuteSoft_Client\CuteEditor\Dialogs\InsertMedia.aspx'' and delete all the code in it   2. Use the code below (red code is what I added in it)     <%@ Page Language=''C#'' Inherits=''CuteEditor.Dialogs.FileBrowserPage'' %> <%@ Register TagPrefix=''CE'' Assembly=''CuteEditor'' ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on October 20, 2011
  • Re: PasteHTML() works on firefox, not on IE, for some content.

    I have tried the following code, it will not change your html code, please follow adam's advice, download latest version and try it: <%@ Page Language=''C#''%> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <html>     <head>   <title>JavaScript ...
    Posted to Cute Editor for .NET (Forum) by Eric on August 23, 2010
  • Firefox Backspace Bug?

    Hi,   I'm using version 6.1   We've got the CuteEditor set up on a deployment server (so I can't link to it here) and we're testing it for multiple users with multiple pages each, all set up programmatically. When the CE loads, i'm using the Javascript API and Ajax to load any existing content from XML files, if it exists. All of ...
    Posted to Cute Editor for ASP (Forum) by Bradley on July 2, 2009
« First ... < Previous 61 62 63 64 65 Next > ... Last »