diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-09 00:44:40 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-09 00:44:40 +0000 |
commit | b4fc5f639874db951177ec539299d20908adb654 (patch) | |
tree | 52f08823ca58fffe3db6a9b075635038c567626c /Master/texmf-dist/doc/latex/interactiveworkbook/epsfiles/popupclear.eps | |
parent | dec3d98ebe442d7ea93efbaa8dd2e2be8149a467 (diff) |
doc 4
git-svn-id: svn://tug.org/texlive/trunk@80 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/interactiveworkbook/epsfiles/popupclear.eps')
-rw-r--r-- | Master/texmf-dist/doc/latex/interactiveworkbook/epsfiles/popupclear.eps | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/interactiveworkbook/epsfiles/popupclear.eps b/Master/texmf-dist/doc/latex/interactiveworkbook/epsfiles/popupclear.eps new file mode 100644 index 00000000000..09b4f990817 --- /dev/null +++ b/Master/texmf-dist/doc/latex/interactiveworkbook/epsfiles/popupclear.eps @@ -0,0 +1,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
|