When Help & Manual generates keyword indexes in Webhelp and PDF, it automatically adds section headers corresponding to the letter of the alphabet. The keywords are then organized beneath the section headers by letter, which makes them easier for the user to find quickly:
You can edit the index section header separators if necessary, for example to add letters for non-English languages.
Webhelp: PDF:
A,Ä,B,C,D,E,F,G,H,I,J,K,L,M,N,O,Ö,P,Q,R,S,T,U,Ü,V,W,X,Y,Z Note that you don't need to enter separators for non-alphabetic characters like "#" and ".". If there are keywords starting with characters like these the section headers for them will be generated automatically and placed at the top of the list. |
It is practical to have "letter links" at top of the index that take you down to the corresponding letter in the index when you click on them: You can create links like these for your own help by adding some code to the HTML template for the Webhelp index. You need some experience with editing HTML manually to do this.
<a href="#A">A</a> If you want links to keywords beginning with non-alphabetic characters you must also enter lines for them yourself. The result will look something like this:
|
See also:
Page url: http://www.helpandmanual.com/help/index.html?hm_working_keywords_sectionheaders.htm