Previous | Next | (P-PDF) General
Topic: JavaScript to Show/Hide Bookmark Panel
Conf: (P-PDF) General, Msg: 25972
From: zeron
Date: 8/20/2001 07:23 PM
Hi,
I have a problem with a disappearing Bookmark pane. This topic has been raised before and the suggestion was that thw "Hide after use" was checked. However this is not the case here.
I have a fullscreen 'splash' page which then links to a TOC that is not fullscreen and I want to show bookmarks. I have a open page JavaScript action on the TOC page:
if(app.fullscreen == true) {
app.fullscreen = false;
}
which turns the menu bars on. The bookmark panel briefly flashes up over the splash screen as a floating panel but disappears when the TOC actually appears.
I can't add open page menu action as this is just a toggle and will therefore cause the bookmarks to disappear when you return to the TOC from a link.
What I want to know is: is there a JavaScript to Show/Hide the Bookmark Panel? If not, does anyone have any other suggestions?
Thanks
Simon