Search

You searched for the word(s): javascript
Showing page 241 of 408 (4,076 total posts) < 1 second(s)
  • Interfacing streamming video to cute editor

    My goal is to do an interface from our service that is very similar to tthe YouTube interface currently offered.  Using the Diaglog example, I almost succceeded.  I now have a button that will upload an embeded player that includes the video.  This player is an html embed that requires the user to manually embed the video.  I ...
    Posted to Cute Editor for .NET (Forum) by hsmith825 on August 24, 2010
  • 2 questions

    First question: when i want to upload a file i get the messagemy source code is the following: demo2.php:    <form method=''post''>    <input type=''text'' name=''test'' id=''test'' />    <?php        $uploader=new PhpUploader();    ...
    Posted to PHP File Uploader (Forum) by claude68 on July 23, 2010
  • How to add buttons with function of inserting mark/tag ?

    <% // The follow code from the help document attached in my CuteEditor  will realize the function of inserting a custombuton. ToolControl tc = Editor1.ToolControls[''insertcustombutonhere'']; if (tc != null) { Image Image1 = new Image(); Image1.ToolTip = ''Insert today's date''; Image1.ImageUrl = ''tools.gif''; Image1.CssClass = ...
    Posted to Cute Editor for .NET (Forum) by sageking2 on April 1, 2010
  • UpdatePanel, jQuery, Safari

    I'm having a problem with the editor in an updatepanel in a jquery ui dialog (fake popup).  When I display the dialog in Safari 4.0 the editor is non functioning.  You cannot place your cursor in the WYSIWYG.  There is an error in the console ''Result of expression 'editor' [null] is not an object.''.  When I pre populate the ...
    Posted to Cute Editor for .NET (Forum) by bczengel on March 20, 2010
  • Re: Hidden CuteEditor doesn't get initialized in Firefox, Chrome and Safari

    I've investigated some more and came to the conclusion that when you make the editor visible through javascript it does start initializing, but you can't use the API functions right away. You need some sort of indicator on when initializing is done. I've also noticed that the documented CuteEditor_OnInitialized function never gets called (it ...
    Posted to Cute Editor for .NET (Forum) by KoenV on March 8, 2010
  • Re: Object required: 'jfile'

    Dear guox,   Please use the following code: <!-- #include file=''aspuploader/include_aspuploader.asp'' --> <% Dim uploader Set uploader=new ...
    Posted to ASP Uploader (Forum) by Eric on February 10, 2010
  • After UI customization of Ajaxuploader , .CS file events never get fired

    While working with UI customization of Ajaxuploader using custom Queue table method as mentioned in Documentation (with ASP.NET and C#).  Am facing strange problem when we use custom queue method as shown below  var uploader=document.getElementById(''<%=UploadAttachments1.ClientID ...
    Posted to Ajax Uploader (Forum) by flotest on December 28, 2009
  • getting a "unable to read beyond the end of the stream" error during upload

    I cant seem to find any other entries for people getting this error but when I try to upload a pdf file, during the upload process after the file is selected and the upload button pressed the when the process is at 0% a javascript alert of ''unable to read beyond the end of the stream'' comes up. what is happening and how do I remedy ...
    Posted to Ajax Uploader (Forum) by jpchatt on December 17, 2009
  • CE Stripping out OnClick in <a> tag.

    We use CE as the editor for our CMS, so we often add and change html with it.  However, when I try to add an OnClick event to an <a> tag.  CE strips it out before I can save it.  (This particular OnClick event is necessary for Google Analytics tracking.)   In CE, I click the HTML tab and change this:   <a ...
    Posted to Cute Editor for .NET (Forum) by GCB on November 24, 2009
  • Re: Bugs and questions

    kjell.ek: I can not use Swedish character in Culture sv-se. How to fix that? I also experimented with localization (for German). The problem seems to be that the javascript code in Code.js in the Culture-subdirecories only accepts plain ASCII characters. Character entities such as & #228; or entities such as &auml; are not ...
    Posted to ASP.Net Image Gallery (Forum) by khwagner on September 30, 2009