summaryrefslogtreecommitdiff
path: root/texmf-dist/doc/latex/fitr/examples/restoreHook.js
blob: c5c42fa84d564e1d41b866c66d9cce8ef339761a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
%
% Custom restore action
%
\begin{insDLJS}{rfitr}{Blink border on restore}
function pbRestoreHookCustom(event,bRestore) {
  console.show();
  app.beep();
  console.println("You just returned from a view window named \""
    +event.target.name+"\"!");
}
\end{insDLJS}
\endinput