|
Search
You searched for the word(s): .net 4.0
Showing page 254 of 1,307 (13,069 total posts)
< 1 second(s)
-
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, ...
-
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 ...
-
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, ...
-
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 ...
-
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 ...
-
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 ...
-
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 ...
-
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'' ...
-
Dear hyper,
Please find the following lines in ...
-
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 ...
... 254 ...
|
|
|