Search

You searched for the word(s):
Showing page 270 of 381 (3,805 total posts) < 1 second(s)
  • Re: <br/ /> in output causing xhtml to not validate

    Hi jorbo,&nbsp;We will fix this issue soon.&nbsp;For now, you can add the code below into the page and try again.&nbsp;&lt;script&gt; function CuteEditor_FilterHTML(editor,code) { &nbsp;return code.split(''&lt;br/ /&gt;'').join(''&lt;br/&gt;''); } function CuteEditor_FilterCode(editor,code) { &nbsp;return code.split(''&lt;br/ ...
    Posted to Cute Editor for ASP (Forum) by Kenneth on November 14, 2010
  • Re: Get the properties of the active object

    Hi AviPic, &nbsp; Please try the example below. Insert a image, add alt property ,select it and click the button. &nbsp; &lt;%@&nbsp;Page&nbsp;Language=''C#''&nbsp;AutoEventWireup=''true''&nbsp;%&gt;&nbsp;&nbsp; &nbsp;&nbsp; ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on November 14, 2010
  • Re: CE 66, yetanotherforum 1.9.4 final, javascript conflict

    Hi RichP714,&nbsp;I just tested the code you provided, it works fine for me.&nbsp;Can you set up ftp access for me and send the test page url and reproduce steps to Kenneth@CuteSoft.net? I will check it and get back to you as soon as possible.&nbsp;Regards,&nbsp;ken
    Posted to Cute Editor for .NET (Forum) by Kenneth on November 14, 2010
  • Re: File Browsing Blocked

    Hi regrossman,&nbsp;1. Are you using the latest version? If not, please download the latest version and try again.&nbsp;Latest version downloads:&nbsp;http://ajaxuploader.com/download/Ajax-Uploader.zip&nbsp;&nbsp;2. Please send the test page url to Kenneth@CuteSoft.net, I will check it and get back to you as soon as ...
    Posted to Ajax Uploader (Forum) by Kenneth on November 11, 2010
  • Re: __doPostBack to Editor?

    Hi Tobster,&nbsp;You can fire the PostBackCommand of editor by the code below. editor1 is the ID of CuteEditor in the page.&nbsp;__doPostBack(''editor1$PostBackHandler'');&nbsp;But I suggest you use ''ExecCommand'' to fire the PostBackCommand event, like below&nbsp;&nbsp;var editor1=document.getElementById(''&lt;%= editor1.ClientID ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on November 11, 2010
  • Re: <br/ /> in output causing xhtml to not validate

    Hi Jorbo,&nbsp;Is our demo works for you&nbsp;http://cutesoft.net/asp/oncarriagereturn.asp?BreakElement=br&nbsp;?&nbsp;Is your site online? If so, can you send me the test page url and show me the steps to reproduce this issue? So I can check it for you.&nbsp;Regards,&nbsp;Ken&nbsp;
    Posted to Cute Editor for ASP (Forum) by Kenneth on November 11, 2010
  • Re: MVC3 and Ajax Uploader

    Hi&nbsp;gustyn,&nbsp;I just tested MVC3 with AjaxUploader, it works fine for me.&nbsp;Can you create a simple example which can reproduce this issue and send it to Kenneth@CuteSoft.net. I will check it and get back to you as soon as possible.&nbsp;Regards,&nbsp;ken&nbsp;
    Posted to Ajax Uploader (Forum) by Kenneth on November 10, 2010
  • Re: How can I modify the ajax uploader's internal queue?

    Hi ssoutrs, &nbsp; Please try the example below &nbsp; &lt;%@&nbsp;Page&nbsp;Language=''C#''&nbsp;Title=''Customize&nbsp;the&nbsp;queue&nbsp;UI''&nbsp;%&gt;&nbsp;&nbsp; &nbsp;&nbsp; ...
    Posted to Ajax Uploader (Forum) by Kenneth on November 10, 2010
  • Re: Z-index Problem in Ajax Uploader

    Hi ramkumarhighbrow,&nbsp;Try set the z-index of your control large than '12345672'.&nbsp;Regards,&nbsp;ken&nbsp;&nbsp;
    Posted to Ajax Uploader (Forum) by Kenneth on November 8, 2010
  • Re: Supressing specific images

    hi regrossman,&nbsp;Please try this way&nbsp;For ''Classic'' layout&nbsp;1. Open file ''\CuteSoft_Client\Gallery\Layout\Classic\Code.js''&nbsp;2. Find section below&nbsp;&nbsp;&nbsp;&nbsp; for(var i=0;i&lt;photos.length;i++) &nbsp;&nbsp; &nbsp;{ &nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;var div=this.CreatePhotoDiv(photos[i]); &nbsp;&nbsp; ...
    Posted to ASP.Net Image Gallery (Forum) by Kenneth on November 8, 2010