Do to
I like to develope a good Web Works Help 5.0 for a touchscreen. This should include:
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
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