summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/interactiveworkbook/epsfiles/popupclear.eps
blob: 09b4f990817d7a8eace55d2b723513733cac616e (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
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
%  CLEAR POPUP MENU BUTTONS
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%!PS-Adobe-3.0 EPSF-3.0
%%BoundingBox: 0 0 90 30
%%EndProlog
[
    /T (Clear_Button)
    /Rect [0 0 90 30]
    /Subtype /Widget
    /F 4
    /FT /Btn % clear (not popup menu) button
    /Ff 65540
    /H /P
    /AP << /N {Clear_Up} /D {Clear_Down} >>
    /Action <<
        /Subtype /JavaScript
        /JS(
            var undefined;
            function clearPopup\(inName\) {
                var thePopup = this.getField(inName);
                if \( thePopup != undefined \) thePopup.value = "";
            }

            for \(theCount = 1; theCount < 6; theCount++\) {
                if \("pageonepopup"+theCount!=undefined\) clearPopup\("pageonepopup"+theCount\);
            }
        )
    >>
/ANN pdfmark
%%EOF