summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/interactiveworkbook/epsfiles/fieldclear.eps
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/interactiveworkbook/epsfiles/fieldclear.eps')
-rw-r--r--Master/texmf-dist/doc/latex/interactiveworkbook/epsfiles/fieldclear.eps34
1 files changed, 34 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/interactiveworkbook/epsfiles/fieldclear.eps b/Master/texmf-dist/doc/latex/interactiveworkbook/epsfiles/fieldclear.eps
new file mode 100644
index 00000000000..1874860c12d
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/interactiveworkbook/epsfiles/fieldclear.eps
@@ -0,0 +1,34 @@
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%
+% CLEAR TEXT FIELD BUTTON
+%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%!PS-Adobe-3.0 EPSF-3.0
+%%BoundingBox: 0 0 90 30
+%%EndProlog
+[
+ /T (Text_Field_Clear_Button)
+ /Rect [0 0 90 30]
+ /Subtype /Widget
+ /F 4
+ /FT /Btn
+ /Ff 65540
+ /H /P % displays down position momentarily
+ /AP << /N {Clear_Up} /D {Clear_Down} >> % clear text in all fields
+ /Action <<
+ /Subtype /JavaScript
+ /JS(
+ var undefined;
+ function clearField\(inName\) {
+ var theField = this.getField\(inName\);
+ if \( theField != undefined \) theField.value = "";
+ }
+
+ for \(theCount = 1; theCount < 6; theCount++\) {
+ if \( "pageonefield"+theCount != undefined \) clearField\("pageonefield"+theCount\);
+ }
+
+ )
+ >>
+/ANN pdfmark
+%%EOF