summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/interactiveworkbook/epsfiles/pagethreeradiothree.eps
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/interactiveworkbook/epsfiles/pagethreeradiothree.eps')
-rw-r--r--Master/texmf-dist/doc/latex/interactiveworkbook/epsfiles/pagethreeradiothree.eps33
1 files changed, 33 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/interactiveworkbook/epsfiles/pagethreeradiothree.eps b/Master/texmf-dist/doc/latex/interactiveworkbook/epsfiles/pagethreeradiothree.eps
new file mode 100644
index 00000000000..731ced5ab5e
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/interactiveworkbook/epsfiles/pagethreeradiothree.eps
@@ -0,0 +1,33 @@
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%
+% PAGE THREE 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 (pagethreeradio3)
+ /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\("pagethreeradio1"\);
+ turnOff\("pagethreeradio2"\);
+ turnOff\("pagethreeradio4"\);
+ turnOff\("pagethreeradio5"\);
+ )
+ >>
+/ANN pdfmark
+
+%%EOF