summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/hyperref/doc/manual.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/hyperref/doc/manual.tex')
-rw-r--r--Master/texmf-dist/source/latex/hyperref/doc/manual.tex16
1 files changed, 14 insertions, 2 deletions
diff --git a/Master/texmf-dist/source/latex/hyperref/doc/manual.tex b/Master/texmf-dist/source/latex/hyperref/doc/manual.tex
index 7a6d42e1580..5c1e94e4129 100644
--- a/Master/texmf-dist/source/latex/hyperref/doc/manual.tex
+++ b/Master/texmf-dist/source/latex/hyperref/doc/manual.tex
@@ -23,6 +23,12 @@
\usepackage{etex}% for \eTeX
+\usepackage{pifont}
+
+\newcommand*{\cs}[1]{%
+ \texttt{\textbackslash #1}%
+}
+
% Page layout.
\advance\textwidth by 1.1in
\advance\oddsidemargin by -.55in
@@ -1230,6 +1236,9 @@ bordersep & & & box border gap \\
borderwidth & & & width of box border \\
calculate & & & JavaScript code to calculate the value of the field \\
charsize & dimen & & font size of field text \\
+checkboxsymbol & char & 4 (\ding{\number`4}) & symbol used for check boxes (ZapfDingbats), \\
+&&& the value is a character or \cs{ding}\verb|{|\texttt{\itshape number}\verb|}|, \\
+&&& see package `pifont' from bundle `psnfss' \\
checked & boolean & false & whether option selected by default \\
color & & & color of text in box \\
combo & boolean & false & choice list is `combo' style \\
@@ -1260,9 +1269,12 @@ onselect & & & JavaScript code \\
password & boolean & false & text field is `password' style \\
popdown & boolean & false & choice list is `popdown' style \\
radio & boolean & false & choice list is `radio' style \\
+radiosymbol & char & H (\ding{\number`H}) & symbol used for radio fields (ZapfDingbats), \\
+&&& the value is a character or \cs{ding}\verb|{|\texttt{\itshape number}\verb|}|, \\
+&&& see package `pifont' from bundle `psnfss' \\
readonly & boolean & false & field is readonly \\
-rotation & number & 0 & rotation of the widget annotation
- (degree, counterclockwise, multiple of 90)\\
+rotation & number & 0 & rotation of the widget annotation \\
+ & & & (degree, counterclockwise, multiple of 90)\\
tabkey & & & (as per HTML) \\
validate & & & JavaScript code to validate the entry \\
value & & & initial value \\