Change the page help

Customize the help page to reflect the content and information for organization.

WebSphere Portal provides help information for the site when users click the help link that is provided in the toolbar. Customize this help page to reflect the content and information for site. Help topics address the needs of the users. The default help page provides definitions for common terms, such as portlet and skin. Keep these definitions for users or provide own definitions.


Location of the help

The help link is located in the theme so that it is available on every page. The help link can exist in different locations on the page and can be located in different files, depending on the theme. Recent themes include the help link directly in Default.jsp or theme.html. Older themes include the help link in banner_toolbar.jspf.
Find theme resources: See the Location of theme resources link below.

The help link in Page Builder is located in Default.jsp and is <a href='javascript:void(0);' onClick="javascript: return wptheme_showHelpWindow('${wpsDocURL}');"><portal-fmt:text key='link.help' bundle='nls.engine'/></a>

To change the help link, edit the link in the JSPs that are provided for each theme that you use. The following example shows the default help link target:

   href="&lt%= wpsDocURL %>/help/index.html"
   


Change the help window size

Code to resize the help window is located in banner.jspf (for themes that use the page builder template, the code to resize the help window is in js.jsp). By default, the help window width is set to 800 pixels and the height is set to 600 pixels. To change the window size...

  1. Locate the markup for the help link.

  2. In the corresponding anchor tag, look for the width=800,height=600 values in the window.open() method.

  3. Change these values to the required width and height values for the help window.


Parent

Customize the portal
Portal style classes
Work with portal navigation
Use JSTL tags in the portal JSPs


Related tasks


Import a theme
Deploy the theme
Create a new skin
Enable automatic JSP reloading
Add support for new clients
Add support for new markup languages
Change banner text
Use the color palette in themes
Performance guidelines for themes and skins
Location of theme resources

 


+

Search Tips   |   Advanced Search