This entry collect the changes to create a WebWorks Help 5.0 for a tochsreen.
Contents
- More space between the buttons in the toolbar
- Bigger icons for the buttons in the toolbar
- Adjust the height of the toolbar. But how?
- Include the hide/show button
- Adjust the width of the navigation frame
- Resize style of the navigation frame
- Resize style of the search/favorite/index panels
- Set Default Page for Missing Topic
More space between the buttons in the toolbar
- documented in this Wiki
Permalinks/Solutions/Output/WebWorksHelp/SpaceBetweenNavigationButtons
Bigger icons for the buttons in the toolbar
- in controls.js change the properties for the icons
VarHTML += "<img name=\"" + this.mControlName + "\" alt=\"" + VarLabel + "\" border=\"0\" src=\"" + this.fGetIconURL() + "\" width=\"30\" height=\"30\">";
Adjust the height of the toolbar. But how?
change the pictures for the bars ? Like toolsbg.gif and navbg.gif ?
- change the frameset ?
<frameset rows="72,*"...
in
- wwhimpl\common\html\wwhelp.htm and
- wwhimpl\js\html\navigate.htm
This just works for the topic view, without navigation frame.
Include the hide/show button
- documented in this Wiki
Adjust the width of the navigation frame
- documented in the ePublisher help Help
http://www.webworks.com/Technical_Assistance/Tech_Notes/WebWorks_Help/baggage/WebWorks%205.0.pdf
chapter Setting the Initial Width of the Navigation Frame
Resize style of the navigation frame
- documented in the ePublisher help Help
Resize style of the search/favorite/index panels
- documented in the ePublisher help Help
Set Default Page for Missing Topic
DevCenter/Projects/WebWorksHelp/Default page for missing topics