Re: How do I hide this part of the UI?

  •  04-26-2010, 9:15 PM

    Re: How do I hide this part of the UI?

    Hi,
     
    Please add this code to your page
     
    <script type='text/javascript'>
    function CuteWebUI_AjaxUploader_OnQueueUI(list)
    {
          return false;
    }
    </script>
     
    Regards,
    Terry
     
View Complete Thread