Search

You searched for the word(s): javascript
Showing page 143 of 408 (4,076 total posts) < 1 second(s)
  • Re: capture mode button

    oto,   Please use the CuteEditor_OnCommand method.   Demo:   http://cutesoft.net/example/JavaScript-API.aspx   CuteEditor_OnCommand This event is invoked when the command button is clicked. Example: function CuteEditor_OnCommand(editor,command,ui,value)  {     //handle the ...
    Posted to Cute Editor for .NET (Forum) by Adam on August 3, 2010
  • cursor problem

    Hi, I have this wierd problem which I don't know how to discribe exactlyWhen I use FireFox and past this text in the HTML version op the ...
    Posted to Cute Editor for .NET (Forum) by pbwbart on July 21, 2010
  • Editor at AJAX loaded Control

    Hi!   I'm having a problem when i want to load your editor which is placed at a control. This control gets loaded with an AJAX call (using prototype) and the following server code:   var output = new StringWriter();   var pageHolder = new PageHolder(); ...
    Posted to Cute Editor for .NET (Forum) by empty on July 5, 2010
  • Re: I need to reload font sizes after a font has changed

    Hi Ken, Each customers  has a specific set of fonts and sizes.  I must load a customer specific set of fonts and font sizes from a database.    What we need to do is change the list of available font sizes in the font size dropdown when a user selects a different font from the fonts dropdown.    We have ...
    Posted to Cute Editor for .NET (Forum) by KidMiller on June 28, 2010
  • Re: upload works on dev server, not on production server

    I decided not to trust FireBug 100%, so I put alerts in the javascript code to see where it was going. startupload IS being called returns immediately, then the upload completes, and CuteWebUI_AjaxUploader_OnPostback() is then called. It completes - that is, submitbutton.click is called and returns immediately. I also changed my ...
    Posted to Ajax Uploader (Forum) by rberman on June 4, 2010
  • upload multiple files without multifile upload type

    Hi,   I want to upload 3 files at the same time (consecutively) with the click of a single button. But for the purposes of my site, I need to have 3 different file upload controls, because each control is labeld differently and is provided for a different file type. Eg one for a thumbnail picture, one for a colour picture and ...
    Posted to Ajax Uploader (Forum) by snagpoonage on May 31, 2010
  • Re: EnableStripScriptTags not working version 6.6

    Please refer to example http://www.richtextbox.com/test/EnableStripScriptTags.aspx You can try the following code: <%@ Page Language=''C#''%> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <html>     <head>   <title>ASP and ASP.NET WYSIWYG Editor - ...
    Posted to Cute Editor for .NET (Forum) by Eric on May 31, 2010
  • some photo galleries are blank

    when I load my page, some of the photo galleries are blank in IE 7 & IE 8.  They all come through in firefox.  I have 10 galleries on one page.  I believe it timesout before all the image galleries can be loaded successfully.    this is the javascript error I get in IE:   Webpage error details User ...
    Posted to ASP.Net Image Gallery (Forum) by emilyPA on May 28, 2010
  • Running ASP uploader in Integrated mode

    Hi there,   I have ASP uploader in an ASPx web. When deploying it, it will not run correctly in Integrated Application pool. The error is a Javascript error (object expected) follwed by the error ''Uploadmodule is not installed into web.config.!   When I change IIS7 to use the Classic.NET application pool, the app ...
    Posted to ASP Uploader (Forum) by RobNagel on May 21, 2010
  • Re: Client-side script to disable the Editor?

    Adam,   I don't see how that example applies. We've already got the Editor on the page and configured the toolbars with our own buttons, etc. I need to know if there is a way to disable the Editor control in Javascript on the client side. Removing the toolbars or not is a secondary requirement.    There is a textbox on the ...
    Posted to Cute Editor for .NET (Forum) by Richard Schaefer on April 16, 2010