From 4a1b1cf26720bbf63a8d1566c3fe755c4230a160 Mon Sep 17 00:00:00 2001 From: Chris Goldthorpe Date: Wed, 22 Jul 2009 16:25:30 +0000 Subject: Bug 107623 – [Webapp] Help system webapp: Provide footer area like banner area (persistent, across browser window, optional) --- org.eclipse.help.base/preferences.ini | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'org.eclipse.help.base/preferences.ini') diff --git a/org.eclipse.help.base/preferences.ini b/org.eclipse.help.base/preferences.ini index 9ddde32c7..b002d54c7 100644 --- a/org.eclipse.help.base/preferences.ini +++ b/org.eclipse.help.base/preferences.ini @@ -10,6 +10,14 @@ banner= # Example: banner_height=60 banner_height= +# Location of the footer page to display in the bottom frame. +# Example: footer=/org.eclipse.help.webapp/advanced/banner.html +footer= + +# Height of the footer frame +# Example: footer_height=60 +footer_height= + # The page to show in the content area when opening help. # Specify your html page as /pluginId/path/to/home.html. # Currently, the default home is /org.eclipse.help/doc/help_home.html. -- cgit v1.2.3