Search

You searched for the word(s): .net 4.0
Showing page 254 of 1,307 (13,069 total posts) < 1 second(s)
  • Re: MaxHTMLLength

    Dear Cassiopeia, Editor.MaxHTMLLength Property: Gets or sets the maximum number of characters including the HTML tags allowed in the Cute Editor. Default is zero, indicating no maximum.   Editor.MaxTextLength Property Gets or sets the maximum number of characters excluding the HTML tags allowed in the Cute Editor. Default is zero, ...
    Posted to Cute Editor for PHP (Forum) by Eric on February 14, 2011
  • Re: Unable to write to folder:~/UploaderTemp... but using custom AxaxUploader.Provider (UploaderSqlServerProvider)

    Eric, I was under the impression from this post: http://cutesoft.net/forums/thread/53844.aspx that an UploaderProvider would remove the need to store/write anything to the file system. In fact the UploaderProvider property SupportFS and method appear to indicate such (ie. if SupportFS is false and GetFSPath throws a ...
    Posted to Ajax Uploader (Forum) by rmacfadyen on February 10, 2011
  • Re: Live Support and MySQL

    Dear ediguy,    <add key=''ConnectionString'' value=''Server=localhost;Database=CuteChat4;User ID=root;Password=root;charset=utf8;''/> , I added this line as the connection string, global.asax is based on sql server at present, it need to be updated to mysql support, this is the main task what you need do. After you finish this, ...
    Posted to Cute Live Support (Forum) by Eric on February 9, 2011
  • Re: Javascript functions

    Dear meti,   1. How to I prevent from displaying the list of files that have been canceled? I mean all files that their status is ''Error''.  Please try the following code: <%@ Page Language=''C#'' %> <%@ Register Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' TagPrefix=''CuteWebUI'' %> <!DOCTYPE html ...
    Posted to Ajax Uploader (Forum) by Eric on February 7, 2011
  • Re: Server-Side equivalent of pasteHtml?

    I already have a .Net button up and working like the example you pointed to. The problem is, just like in that example, the text''Hello Clicked'' text is always appended to the end of the editor text. I would like to be able to click a server-side button and insert text at the current caret position of the editor.  (or whatever ...
    Posted to Cute Editor for .NET (Forum) by sincell on February 4, 2011
  • Re: Style Builder buttons off bottom of form

    bdimes: Go to your example on your site.Click on a tag and select propertiesGo to the Style Builder tab in the popupClick on Layout You'll see that the controls are wrapping because the container is a tiny bit too small.  This forces the buttons down off the form.   I changed this line of code in Tag.aspx to fix it: <div ...
    Posted to Cute Editor for .NET (Forum) by Adam on February 2, 2011
  • Re: Files not saving

    Dear MastaBaba,   I have tested the following snippet, if the destination folder is not existing, it will throw error. You can upload one file called ''11test11.zip'', after the upload is finished, you can search ''11test11.zip'' in your server, it must have been saved to your server if nothing error is thrown. <?php require_once ...
    Posted to PHP File Uploader (Forum) by Eric on February 1, 2011
  • Re: Extra validate

    Dear SergeyC,   Yes, you can add extra code to validate the uploaded files and interrupt the upload process, please refer to the following code: <%@ Page Language=''C#'' Title=''First sample'' %>   <%@ Import Namespace=''CuteWebUI'' %>   <%@ Register TagPrefix=''CuteWebUI'' Namespace=''CuteWebUI'' ...
    Posted to Ajax Uploader (Forum) by Eric on January 27, 2011
  • Re: Can not Browse.

    Dear hyper,   Please find the following lines in ...
    Posted to PHP File Uploader (Forum) by Eric on January 27, 2011
  • Re: Creating custom style for cuteeditor

    Dear AWilderbeast,   After you set property ''ThemeType'' to ''Custom'', it will read styles from  folder ''CuteSoft_Client\CuteEditor\Themes\Custom\''. If you remove ''CuteSoft_Client/CuteEditor/Themes/Custom/dialog.css'' and ''CuteSoft_Client/CuteEditor/Themes/Custom/style.css'', clear cache, and then run cuteeditor, you will ...
    Posted to Cute Editor for .NET (Forum) by Eric on January 26, 2011