summaryrefslogtreecommitdiff
path: root/texmf-dist/doc/latex/fitr/examples/jmpHook.js
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2020-08-03 12:18:45 +0900
committerNorbert Preining <norbert@preining.info>2020-08-03 12:18:45 +0900
commit6d01229a1f06834661f6e820e861a4be03a7f860 (patch)
tree63a79b6ed9300d9267d430d06b0ef33a2bea2a82 /texmf-dist/doc/latex/fitr/examples/jmpHook.js
parent05d9e348e9ce7fb895782424da35d989a0396a44 (diff)
fitr update
Diffstat (limited to 'texmf-dist/doc/latex/fitr/examples/jmpHook.js')
-rw-r--r--texmf-dist/doc/latex/fitr/examples/jmpHook.js12
1 files changed, 12 insertions, 0 deletions
diff --git a/texmf-dist/doc/latex/fitr/examples/jmpHook.js b/texmf-dist/doc/latex/fitr/examples/jmpHook.js
new file mode 100644
index 00000000..239f8fec
--- /dev/null
+++ b/texmf-dist/doc/latex/fitr/examples/jmpHook.js
@@ -0,0 +1,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