Webhelp: how to add a Previous and Next button
i'm using robohelp 8 , generating webhelp on windows xp machine. output displays on ie default.
my problem simple: in webhelp output, want previous , next button appear @ top of each topic. that's all. don't see how set this.
i don't want create browse sequences; if select topic b, , i've opened topic d , z, should able click previous button go topic d -> topic b, or next button go topic z topic b.
also, how open webhelp output toc open (i.e., topics displayed don't have click books open. help.
len
hi,
for next/back buttons, need javascript. create link , instead of url add:
for back:
javascript:history.go(-1);
for next:
javascript:history.go(1);
for opening webhelp skin visible, need use windows , use context sensitive call. see http://www.grainge.org/pages/authoring/calling_webhelp/calling_webhelp.htm info. or if you're more technical view: http://www.wvanweelden.eu/articles/context-sensitivity-webhelp-and-flashhelp
greet,
willam
More discussions in RoboHelp
adobe
Comments
Post a Comment