summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/interactiveworkbook/epsfiles/pageoneradiothree.eps
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/interactiveworkbook/epsfiles/pageoneradiothree.eps')
-rw-r--r--macros/latex/contrib/interactiveworkbook/epsfiles/pageoneradiothree.eps33
1 files changed, 33 insertions, 0 deletions
diff --git a/macros/latex/contrib/interactiveworkbook/epsfiles/pageoneradiothree.eps b/macros/latex/contrib/interactiveworkbook/epsfiles/pageoneradiothree.eps
new file mode 100644
index 0000000000..df3cedcdb5
--- /dev/null
+++ b/macros/latex/contrib/interactiveworkbook/epsfiles/pageoneradiothree.eps
@@ -0,0 +1,33 @@
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%
+% PAGE ONE RADIO BUTTON THREE: ONLY ONE OF FIVE RADIO BUTTONS CAN BE ON
+%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%!PS-Adobe-3.0 EPSF-3.0
+%%BoundingBox: 0 0 30 30
+%%EndProlog
+[
+ /T (pageoneradio3)
+ /F 4
+ /Subtype /Widget
+ /Rect [0 0 30 30]
+ /FT /Btn % button, radio type
+ /AP << /N << /On {Radio_Button_Selected} /Off {Radio_Button_UnSelected} >> >>
+ /AS /Off
+ /Action <<
+ /Subtype /JavaScript
+ /JS(
+ var undefined;
+ function turnOff\(inName\) {
+ var otherradiobutton = this.getField\(inName\);
+ if\(otherradiobutton != undefined\) otherradiobutton.value = "Off";
+ }
+ turnOff\("pageoneradio1"\);
+ turnOff\("pageoneradio2"\);
+ turnOff\("pageoneradio4"\);
+ turnOff\("pageoneradio5"\);
+ )
+ >>
+/ANN pdfmark
+
+%%EOF