Search

You searched for the word(s):  
Showing page 1350 of 4,987 (49,864 total posts) < 1 second(s)
  • Re: AllowedFileExtensions

    Hi FusionImaging,   If you are testing the mvc demo, please open file  "UploadHandler.ashx" and remove the code below    option.AllowedFileExtensions = "*.jpg,*.gif,*.png,*.bmp,*.zip,*.rar";   Regards,   Ken 
    Posted to Ajax Uploader (Forum) by Kenneth on October 26, 2012
  • Re: getting Chat to fit the look of my website

    techmatters,   To change the Chat UI to fit your web sites, you need to change the following things:   1. Banner   2. Style Sheet   3. Logo   I will write an intruction in this weekend.  
    Posted to Cute Chat and Cute Web Messenger (Forum) by Adam on September 22, 2006
  • Re: Auto formating is deleting </li> tags

    slavik,   It's an IE behavior.   CuteEditor fixed it on the server side.   Please test the following page:   http://cutesoft.net/example/general.aspx   After post back, you will get the correct result.      
    Posted to Cute Editor for .NET (Forum) by Adam on June 14, 2006
  • Re: Does CuteEditor have to be encapsulated in form tags

    lundrigan,   Yes, CuteEditor have to be encapsulated in form tags.   You must use the following structure:   <form> textbox 1 textbox 2   Cute editor   Submit button with Save event </form>      
    Posted to Cute Editor for ASP (Forum) by Adam on March 30, 2004
  • Re: Rulers, .DOC and collaboration

    Can I get an answer on these issues, please?   We need rulers. .DOC support AND collaboration to compete with other vendors.   These functions are outstanding for a long, long time now and should have been addressed in a Major release like 6.0.   When will they be implemented?   Thanks Fred
    Posted to Cute Editor for .NET (Forum) by fredd on May 7, 2007
  • Re: Custom Dropdown

    Zach,   If you are using the RichDropdown it's better to populate it in the server side because there is no client side API available.   If you are using <select></select> tag, it's easy to write the JavaScript to populate it in the client side.    
    Posted to Cute Editor for .NET (Forum) by Adam on September 25, 2006
  • CuteChat Domain license $299

    This domain license allows CuteChat to run on 1 domain/subdomain name, ie. http://subdomain.domain.com   Price sheet can be found at http://cutesoft.net/ASP.NET+Chat/Purchase/default.aspx   There's no extra charge for SDK or montly.... no hidden fees   Thanks for consideration Karen@cutesoft.net
    Posted to Purchase / License FAQ (Forum) by Karen on August 28, 2006
  • Re: Problem getting correct postback text

    Mads,   Please set Editor.EncodeHiddenValue property to false. Editor.EncodeHiddenValue Property By default Cute Editor will encode the value in the Hidden field automatically. You can turn it off by setting this property to ''false''. If this property is set to false, ValidateRequest=''false'' in the page directive is required. ...
    Posted to Cute Editor for .NET (Forum) by Adam on March 23, 2006
  • Re: Dynamic Uploaders / Programatically adding Uploaders

    Francisco,   void Uploader_FileUploaded(object sender, UploaderEventArgs args)  {      Uploader uploader = (Uploader)sender;      //get the uploader.ID  here }   Regards, Terry  
    Posted to Ajax Uploader (Forum) by cutechat on January 14, 2010
  • Re: Click OK to resume the file

    Do you mean you want to hide the progress queue table?   If so, please add the following code to your page.   <script type=''text/javascript''> function CuteWebUI_AjaxUploader_OnQueueUI(items) {         return false; } </script>
    Posted to Cute Editor for .NET (Forum) by Adam on April 16, 2009