How do I hide this part of the UI?

Last post 04-26-2010, 9:15 PM by cutechat. 1 replies.
Sort Posts: Previous Next
  •  04-24-2010, 2:42 PM 60375

    How do I hide this part of the UI?

    When I upload a file, this white box appears. How do I not show it? It makes my file upload dialog control change dimensions vertically and horizontally.
     
  •  04-26-2010, 9:15 PM 60425 in reply to 60375

    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 as RSS news feed in XML