Search

You searched for the word(s):
Showing page 257 of 381 (3,805 total posts) < 1 second(s)
  • Re: Facing problem in safari & chrome

    Hi sanjay.joshi, &nbsp; Get this issue because the code try to use method SetHtml before editor load completely. &nbsp; I suggest you set the text in&nbsp; method OnInitialized of editor, like below. &nbsp; function CuteEditor_OnInitialized(editor) { &nbsp;&nbsp;&nbsp; var editor1=document.getElementById(''&lt;%= cuteEditor1.ClientID ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on February 11, 2011
  • Re: how to validate user-generated html is well-formed?

    Hi pw007,&nbsp;By default, editor will close the tag directly.&nbsp;1. Please open http://www.cutesoft.net/example/general.aspx&nbsp;2. Clean the content and input the code below into HTML view&nbsp;&lt;p&gt;this is a test&nbsp;3. When you switch back to the Normal view, eidtor will close the &lt;p&gt; tag, like below&nbsp;&lt;p&gt;this is a ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on February 11, 2011
  • Re: Prevent auto population of title during upload

    Hi VanAwful,&nbsp;If you just want to hide the title please try the steps below&nbsp;The steps below shows you how to hide the title in classic layout&nbsp;1. Open file ''\CuteSoft_Client\Gallery\Layout\Classic\Code.js''&nbsp;2. Find section below&nbsp;var titltText=photo.Title;&nbsp;3. Change to&nbsp;var titltText='''';&nbsp;If you want to hide ...
    Posted to ASP.Net Image Gallery (Forum) by Kenneth on January 30, 2011
  • Re: Manual Upload Start - Upload Seems To Begin But Page Refreshes And Nothing Occurs

    Hi nunndaddy,&nbsp;Does your client get the same issue on our demo below?&nbsp;http://www.ajaxuploader.com/Demo/select-multiple-files-upload.aspx?UploaderDebug=1&nbsp;&nbsp; QueryString ''UploaderDebug=1'' will open the debug mode, and you can see the debug info at top-right.&nbsp;Please show me the info if your client get the same issue on that ...
    Posted to Ajax Uploader (Forum) by Kenneth on January 28, 2011
  • Re: Virtual Path

    Hi RichHudec,&nbsp;If it in the same server, please set &lt;trust level=''Full'' /&gt; in web.config.&nbsp;If in different server, please make sure your side have the write permission of this folder.&nbsp;Regards,&nbsp;Ken
    Posted to ASP.Net Image Gallery (Forum) by Kenneth on January 28, 2011
  • Re: Temp Directory

    hi mremigio,&nbsp;For now does not support this feature. Sorry for your inconvenience.&nbsp;Regards,&nbsp;ken
    Posted to Ajax Uploader (Forum) by Kenneth on January 26, 2011
  • Re: Prevent auto population of title during upload

    Hi VanAwful,&nbsp;Can you send me some screenshots to show where/what you want to hide?&nbsp;Kenneth@CuteSoft.net&nbsp;Regards,&nbsp;ken
    Posted to ASP.Net Image Gallery (Forum) by Kenneth on January 26, 2011
  • Re: Image Sort Order

    Hi regrossman,&nbsp; function BubbleSort(arr) &nbsp;{ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; var temp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; var exchange; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; for(var i=0; i&lt;arr.length; i++) &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ...
    Posted to ASP.Net Image Gallery (Forum) by Kenneth on January 25, 2011
  • Re: Temp Directory

    Hi mremigion, &nbsp; The example below shows you how to remove the files after uploaded in method ''UploadCompleted''.&nbsp; &nbsp; &lt;%@&nbsp;Page&nbsp;Language=''C#''&nbsp;%&gt;&nbsp;&nbsp; &nbsp;&nbsp; &lt;%@&nbsp;Import&nbsp;Namespace=''CuteWebUI''&nbsp;%&gt;&nbsp;&nbsp; ...
    Posted to Ajax Uploader (Forum) by Kenneth on January 25, 2011
  • Re: Load balancing Cute Chat with SharePoint

    Hi strikingknife,&nbsp;1. Please download the integrate package below and reference to the document in the package to integrate with sharepoint &nbsp;http://www.cutesoft.net/download/CuteChatforSharePoint.zip&nbsp;2.&nbsp; Refer to http://www.cutesoft.net/ASP.NET+Chat/Developer-Guide/scr/Load-Balancing.htm to set up the loadbalancing ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by Kenneth on January 25, 2011