Re: Standard File Queue Appearing Even Though Custom Queue Is Being Used

  •  02-25-2010, 10:02 AM

    Re: Standard File Queue Appearing Even Though Custom Queue Is Being Used

    I do have 'return false;' as the last line in the custom queue javascript function, and there aren't any errors on the page so it shouldn't be failing before returning false.
     
    I'm using a combination of javascript and code-behind though, and from Example 2 I figured out I could use the  following property to hide it.
     
    .GetItemsTable().Visible = False
     
    But as far as I can tell, the javascript 'return false;' does not work.
View Complete Thread