blob: 5bda721fde64aa925de22245824034546a78ac6a (
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
|
The graphicxbox Package
Author: D. P. Story
Dated: 2017-03-02
This package provides JavaScript code snippets to create 'gray hints'. Gray
hints, as I term them, are text that appears initially in a text field that
gives a short hint as to what the contents of the text field should be; for
example, a text field might contain the hint 'First Name', or a date field
might read 'yyyy/mm/dd'. As soon as the field comes into focus, the hint
disappears. It reappears when the field is blurred and the user did not enter
any text into the field.
Dependent packages:
(1) eforms (2017/02/27) to use the field fields of eforms.
(2) insdljs (2017/03/02) a minimal requirement when using form fields defined
by hyperref when calculation fields are used.
(3) Hyperref form fields may be used without eforms or insdljs, but the gray
hints for calculation fields will not appear.
Package works for dvips/Distiller, pdflatex, lualatex, and xelatex.
Enjoy!
Now, I must get back to my retirement.
dps
dpstory at uakron dot edu
|