Show / hide panel programmatically
I have a custom menu item that I'd like to show and hide my HTML5 panel.
Currently I have the "Show" part working via the sAICSXSExtension->LaunchExtension() function.
I am trying to "Hide" using the HTMLController->UnloadExtension() function. The HTML guts of my panel are hidden this way, but the panel frame persists. Hitting "Show" again does not bring the guts back. If I close the empty panel frame, then I select "Show" once and it does nothing. I select "Show" again, an it reloads the whole panel with HTML contents.
What am I doing wrong?
