auto-hide panels example - with "pinnable" panel

Attached is a small example protocol that tries to simulate the common auto-hide functionality for panels in web applications.

The idea is that one panel would contain the results of interest - probably populated by some manipulation in the other "input" panel. So once the input panel has been used you probably don't need to see it for a while...and it can safely be hidden.

Each panel is actually just a Dynamic Content container, with some javascript jiggery pokery the example manages to auto-hide the input panel (unless you "pin" it down - so much like the explorer panel in the 8.0 pro-client). For reasons best left unexplained this example will only work in IE - sorry FF users. To show the input panel again, simple mouse-over the small label on the left.

Noj