Hi,
I would like to know how to hide the folder pane permanently in Web Access 10 for all users. I have attempted to hide using JQuery in the browse.aspx file, but the pane is still visible:
Using this JQuery it hides the pane, but it still shows the space it would have taken on the screen $('#TheEntryBrowserLeftPane').hide();