Added BrowserViewOptions to toggle the Page View dialog

git-svn-id: svn://10.0.0.236/trunk@178997 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mgalli%geckonnection.com
2005-08-25 21:48:15 +00:00
parent 679be3b150
commit 96d6a8d0f7

View File

@@ -305,6 +305,12 @@ function BrowserOpenTab()
}
function BrowserViewOptions() {
document.getElementById("toolbar-view").collapsed=!document.getElementById("toolbar-view").collapsed;
}
/**
* Work-in-progress, this handler is 100% generic and gets all the clicks for the entire tabbed
* content area. Need to fix with the approach where we handler only clicks for the actual tab.