Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Ajax Uploader
»
Re: Hide queue
Hide queue
Last post 11-09-2009, 4:45 AM by
agerled
. 3 replies.
Sort Posts:
Oldest to newest
Newest to oldest
Previous
Next
11-06-2009, 3:22 AM
56937
agerled
Joined on 11-06-2009
Posts 6
Hide queue
Reply
Quote
Hi
How can i hide the queue while uploading? (I only want to show the progressbar)
I want to hide this section:
Please help.
Thank you.
11-07-2009, 11:31 AM
56955
in reply to
56937
agerled
Joined on 11-06-2009
Posts 6
Re: Hide queue
Reply
Quote
Anyone?
11-07-2009, 10:48 PM
56958
in reply to
56937
cutechat
Joined on 07-22-2004
Posts 2,332
Re: Hide queue
Reply
Quote
Hi,
You can declare this function to hide it :
<script>
function CuteWebUI_AjaxUploader_OnQueueUI(list)
{
return false;
}
</script>
Regards,
Terry
11-09-2009, 4:45 AM
56973
in reply to
56958
agerled
Joined on 11-06-2009
Posts 6
Re: Hide queue
Reply
Quote
Greate! Thanks!