|
Search
You searched for the word(s):
Showing page 1350 of 4,987 (49,864 total posts)
< 1 second(s)
-
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
-
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.
-
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.
-
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>
-
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
-
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.
-
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
-
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. ...
-
Francisco,
void Uploader_FileUploaded(object sender, UploaderEventArgs args)
{
Uploader uploader = (Uploader)sender;
//get the uploader.ID here
}
Regards,
Terry
-
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>
... 1350 ...
|
|
|