summaryrefslogtreecommitdiff
path: root/texmf-dist/doc/latex/fitr/examples/jmpHook.js
blob: 239f8fecdfb8afa2e7c9172b71ca850767a971b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
%
% Custom jump action
%
\begin{insDLJS}{jfitr}{Custom Effects following Jump}
function pbJmpHookCustom(event) {
  console.show();
  app.beep();
  console.println("You just jumped to a view window named \""
    +event.target.name+"\"!");
}
\end{insDLJS}
\endinput