Community
Participate
Working Groups
Create an extension point which allows additional frames to be created in the help webapp beneath the content frame. An IBM team has a contribution which I will attach which implements this extension point.
Created attachment 143969 [details] Patch which implements this extension point
Created attachment 146818 [details] Updated Patch Based on discussions with the original implementors and on my own testing I have made a number of changes to the extension point: 1. The extension point now uses a class instead of attributes. 2. The only place were a frame can be inserted right now is below the content frame, however I have set up the extension point in such a way that it could support more additional frame locations. 3. More than one extra frame is allowed. While we do not recommend adding a lot of extra frames this would support adding a toolbar above an extra frame. 4. The height of the extra frame can be specified. 5. Other frame attributes can also be specified. At this stage the main outstanding problem is that no sash is showing between the content frame and the extra frame which would allow it to be resized. I will attach an example plug-in which works with this code.
Created attachment 146819 [details] Plugin which tests this extension point This plugin adds another copy of the tocToolbar.jsp and tocView.jsp files below the content frame. The new toc view works but the toolbar buttons do not work because of the way the code navigates the frames.
Fixed in HEAD.
Verified in N20091012-2000.