summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/interactiveworkbook/epsfiles/pagethreeradiothree.eps
blob: 731ced5ab5ed51942cef1728f9eb4ba6ad4f82bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
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