Search

You searched for the word(s): javascript
Showing page 169 of 408 (4,076 total posts) < 1 second(s)
  • Re: Link not getting recognized in firefox

    yes it is reproducible in any of your exmaple just open the example in http://cutesoft.net/example/JavaScript-API.aspx   using Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.3) Gecko/2008092417 Firefox/3.0.   just type any link like www.yahoo.com and it does nothing but it works well in IE
    Posted to Cute Editor for .NET (Forum) by nareshdusi on October 23, 2008
  • AddButton with postback

    Hi, is there any way I can add a custom button like in your HowTo ''AddButtons'' but make it so the button performs a post back, rather than executing a javascript function? So the behaviour I want is either like the ''Save'' button or like the ''RegisterCustomButton'' HowTo, but with an image inserted in a specific place like in the AddButtons ...
    Posted to Cute Editor for .NET (Forum) by mwcolp on February 3, 2006
  • Re: CuteEditor 6.0 for ASP Font Color Javascript error on windows 2003 with Frames 2.0

    A easier fix for this issue is to change a setting in the IIS, namely ''Enable Parent Paths''   See http://support.microsoft.com/default.aspx/kb/332117  
    Posted to Cute Editor for ASP (Forum) by geebee on October 8, 2007
  • Re: change position of Porgress bar

    Hi,   In current version,   if you want to change the positions   It need many javascript code.   So I just want to change our javascript code,   So after that, you can just copy a little code we provided.   We will publish a version for that on next monday.   Regards, Terry
    Posted to Ajax Uploader (Forum) by cutechat on January 30, 2009
  • Re: Javascript API

    Thank you very much - after a while of playing it  works - the right syntax I got it to work with is _Format(obj_Editor1,''cssclass'',''class1'',false);
    Posted to Cute Editor for ASP (Forum) by leonard lang on September 8, 2006
  • Styles and OnCommand events clearing on postback

    Every time I do a postback, the CE:Editor class loses all the customisations that I've made:Reconfiguring the toolbar. This is merely an annoyance, as I can reset the toolbar on every postback.No longer traps the CuteEditor_OnCommand javascript event. This is what I'm trying to fix.Here's my use case: I have a form where the user can ...
    Posted to Cute Editor for .NET (Forum) by gazza666 on January 22, 2014
  • Re: Images not uploading to the server

    no worries <%@ Page Language=''C#'' %><%@ Register TagPrefix=''DotNetGallery'' Namespace=''DotNetGallery'' Assembly=''DotNetGallery'' %><%@ Register TagPrefix=''uc1'' TagName=''TopBanner'' Src=''Banner.ascx'' %><script runat=''server''>protected override void OnInit(EventArgs ...
    Posted to ASP.Net Image Gallery (Forum) by martinmalone on November 17, 2009
  • Re: where can I down load the external style sheet example

    This is the source code of the above example:   <!-- #include file = ''CuteEditor_Files/include_CuteEditor.asp'' --> <html>     <head>  <link rel=''stylesheet'' href=''asp.css''  type=''text/css'' />  <script language=''JavaScript''>   function ...
    Posted to Cute Editor for ASP (Forum) by Adam on April 20, 2006
  • Re: How to limit the total max size?

    Hi,   Please use the last version.   And it support this method:   var hidden=document.getElementById('<%=Uploader1.ClientID%>') var items=hidde.getitems();   --   The javascript API do not helps the UploadAttachment.Items   If you want you script access the Items info , you need implement it by ...
    Posted to Ajax Uploader (Forum) by cutechat on September 24, 2009
  • Re: RenameFile is not invoked in custom FileStorage

    1. As I said before, this value was NOT customized. Therfore there isn;t anything for me to ''restore to the default value''. 2. I removed the line from all three config files as you suggested and I observe the exact same problem. 3. Every single file has this problem   Is there any way to unobfuscate the JavaScript code so I can help you ...
    Posted to Cute Editor for .NET (Forum) by frJericho on July 27, 2010