Search

You searched for the word(s):  
Showing page 1365 of 4,987 (49,864 total posts) < 1 second(s)
  • Are plug-ins/providers models available for the following behavoir changes

    Hi,   In trying to build a email client for a custom application, we've decided Cute Editor may be perfect to save some work on the HTML Email body editor. But before making use of it we may have to redirect the Template and Image stores to the DB. Here's why:       1) Some templates should be read-only to ''regular ...
    Posted to Cute Editor for .NET (Forum) by obiwantcp on February 16, 2006
  • Is there any caching available to Store the menus to load in cuteeditor

    Hi Adam,            When I load the more number CuteEditors(version 4.5.0.1) into my page it is loading slower than I expect.If I disable the images menus by keeping the autoconfigure property as None it is faster.Is there any way to get the menus that I need to load from the cache ...
    Posted to Cute Editor for .NET (Forum) by Bomin1 on August 25, 2005
  • Re: aspuploader and jquery mobile

    Hi,   Please refer to this demo page http://aspuploader.com/demo/misc-customui.asp , it shows you how to custom the progress panel.  you can use the same way to change the width or other style of it.   Regards,   Ken 
    Posted to ASP Uploader (Forum) by Kenneth on March 19, 2015
  • Re: Custimazion in Progress bar info

    Hi,   You can try this javascript function :   <script> function CuteWebUI_AjaxUploader_OnProgress(enable,filename,begintime,uploadedsize,totalsize) {      return ''Hi, this is my runtime progress text''; } </script>   you can calculate it , and return a custom string.   the return ...
    Posted to Ajax Uploader (Forum) by cutechat on April 15, 2010
  • Can I change the Images in toolbar to larger one

      Hi All    Good Product!!       Actually I want to increase the width of the images in tool bar.   Or    If i  customise my own button then can i call InsertImages or Insert Templates      
    Posted to Cute Editor for .NET (Forum) by kiranpanjala on September 23, 2006
  • Re: File browsing dialog has been blocked

    I am still having issues with this if you two can help me. The image below was taken after you posted that the issue was resolved. Since then I have been looking into other possible fixes. One thing to note is that when I turn off pop up blocker completely, the issue disappears. This is obviously not a reasonable solution. Adding the site to ...
    Posted to Cute Editor for .NET (Forum) by Anonymous on July 28, 2011
  • Re: code to drop an image from images dropdown

    this line   Dim dropdown As CuteEditor.RichDropDownList = DirectCast(toolctrl.Control, CuteEditor.RichDropDownList)   causes an catastrophic error - not even a .net error but forces the site either display a blank markup or to render a 404 error.  I dimmed out all code except yours and one by one undimmed lines, so this line ...
    Posted to Cute Editor for .NET (Forum) by oompah on April 14, 2010
  • Re: Java script error is displayed while clicking cancel all uploads

    I have the same problem.   On server side I have some code-behind parsing the uploaded file and storing the result in our database. This usually takes a total duration of 5 seconds. This is done in the method that's set for OnFileValidating. I think that the return of this postback is causing the unknown result error and I cant get ...
    Posted to Ajax Uploader (Forum) by Dac on December 11, 2009
  • Re: Non-Deletable Content

    Adam,   Thanks for the pointer, I have already gone through the article. But as I said, I want the template to feel like a web-form.   eg. I want to add checkbox to the template and I want to make sure that the user can only check or uncheck it and can not delete/resize etc.   Can you please let me know how I can achieve ...
    Posted to Cute Editor for .NET (Forum) by piyushc on October 1, 2009
  • Re: dropdown menus displaying incorrectly in IE6 & 7

    Removing the doctype causes IE to render differently (which ignores the offending css code, as well as a whole host of other css declarations) so that solution is no different than you telling me to delete the css code.   Since I am unable to remove that piece of code, or switch rendering options, I will ask again, is there somewhere  ...
    Posted to Cute Editor for ASP (Forum) by pascalli on January 6, 2009