Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Search
Search
You searched for the word(s): form
More Search Options
Showing page
31
of
300
(
2,996
total posts)
< 1
second(s)
Re: Custom toolbar buttons
Hi DanJohnson, Yes, please refer to example http://www.richtexteditor.com/demo/custom_buttons.aspx. You can find the source code in the download package. Also, below is the code of this example ...
Posted to
Rich Text Editor for .NET and MVC
(Forum)
by
Kenneth
on
April 4, 2013
Re: File size (6.67 KB) is too large: The maximum file size allowed is set to: 3.72GB
mdc124, Please try the following code: <%@ Page language="c#"%> <%@ Register Namespace="CuteWebUI" Assembly="CuteWebUI.AjaxUploader" TagPrefix="CuteWebUI" %> <html> <head> </head> <body> <
form
id="
Form
1" ...
Posted to
Ajax Uploader
(Forum)
by
Adam
on
March 15, 2013
Re: Hide the Cancel button that comes while uploading and rename 'CancelAll' button to 'Cancel'
Hi MayurNarsale, To achieve these requirements, you need to wirte your own queue table. The example below shows you how to achieve it. For requirement 1, I used property "CancelButtonID" to define my own cancel button, so I can hide/show it in "CuteWebUI_AjaxUploader_OnSelect(files) " depends on the files ...
Posted to
Ajax Uploader
(Forum)
by
Kenneth
on
March 15, 2013
Re: "Wait to finish upload" message if some one do another activity during upload is in progress
Hi krajiv23, The uploader has not the property to check the states, so you can add a variable to check it between the upload progress, like the example ...
Posted to
Ajax Uploader
(Forum)
by
Kenneth
on
March 12, 2013
Re: A blocking operation was interrupted by a call to wsacancelblockingcall cute editor.
hi, can you post the full error message? Do you get the same error with the example page ...
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
February 21, 2013
Re: FF/Chrome/Safari issue: if the HTML Editor is in a hidden layer when the page loads, it never displays properly
Hi, I suggest you hide the span after the editor load complete, like the example ...
Posted to
Cute Editor for ASP
(Forum)
by
Kenneth
on
February 17, 2013
Re: Display alret when user tries upload file/s with a same name that already exist in DB
Hi, Please try the example below, you can achieve it in "function myqueueuihandler(list)". <%@ Page Language="C#" Title="Customize the queue UI" %> ...
Posted to
Ajax Uploader
(Forum)
by
Kenneth
on
January 28, 2013
Re: Get File Stream similar to HTTP Posted File.
Hi, Please try the example ...
Posted to
Ajax Uploader
(Forum)
by
Kenneth
on
January 8, 2013
Re: Multiple upload buttons in one page
Hi QuiTran, Yes, you can add multiple instances in the same page, like the example below. <%@ Page Language="C#" %> ...
Posted to
Ajax Uploader
(Forum)
by
Kenneth
on
January 4, 2013
Re: CSS style and Cancel All Uploads button
Hi, If you just need to hide the cancel all button, please add the style code below into your page. <style> .AjaxUploaderCancelAllButton { display: none !important; } </style> If you need to custom the whole queue table style, then you ...
Posted to
Ajax Uploader
(Forum)
by
Kenneth
on
January 4, 2013
More Search Options
« First
...
< Previous
29
30
31
32
33
Next >
...
Last »