Portal, Express Beta Version 6.1
Operating systems: i5/OS, Linux,Windows |
WebSphere Portal Express provides help information for the site when users click the help link that is provided in the toolbar. You should customize this help page to reflect the content and information for your organization's site. Help topics should address the needs of the users and not provide access to information about administering. The help page that is provided by WebSphere Portal Express provides definitions for common terms, such as portlet and skin. You should either keep these definitions for your users or provide your own.
The help link must be located in a theme JSP so that it can always be accessible from any page. After installation, WebSphere Portal Express provides the help link in banner_toolbar.jspf in the /themes/html/IBM directory. The markup for the help link is identified by the following comment:
<%-- help --%>
For customized themes, this help link could be placed in other theme JSP files. To provide site-specific help, you can edit the target of the help link or edit the help source that is provided by WebSphere Portal Express.
href="<%= wpsDocURL %>/help/index.html"
was_profile_root/installedApps/cellname/wps.ear/wps.war/doc/locale/help/index.html
app_server_root/installedApps/cellname/wps.ear/wps.war/doc/locale/help/index.html
By default, the help link sets the help window width to 800 pixels and the height to 600 pixels, using the JavaScript onClick event handler of the anchor tag. To change the window size, follow these steps: