Hide queue

Last post 11-09-2009, 4:45 AM by agerled. 3 replies.
Sort Posts: Previous Next
  •  11-06-2009, 3:22 AM 56937

    Hide queue

    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

    Re: Hide queue

    Anyone?
  •  11-07-2009, 10:48 PM 56958 in reply to 56937

    Re: Hide queue

    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

    Re: Hide queue

    Greate! Thanks!
View as RSS news feed in XML