diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/hyperref/doc/manual.tex')
-rw-r--r-- | Master/texmf-dist/source/latex/hyperref/doc/manual.tex | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/Master/texmf-dist/source/latex/hyperref/doc/manual.tex b/Master/texmf-dist/source/latex/hyperref/doc/manual.tex index 418d4f493e0..716e5d6bb68 100644 --- a/Master/texmf-dist/source/latex/hyperref/doc/manual.tex +++ b/Master/texmf-dist/source/latex/hyperref/doc/manual.tex @@ -14,7 +14,7 @@ % * Heiko Oberdiek, 2006-2010. % -\def\mydate{September 2010} +\def\mydate{October 2010} \RequirePackage{ifpdf} \ifpdf % We are running pdfTeX in pdf mode @@ -1310,8 +1310,10 @@ Note that all colors must be expressed as RGB triples, in the range 0..1 (i.e.\ \smallskip\noindent\begin{longtable}{>{\ttfamily}ll>{\itshape}ll} accesskey & key & & (as per HTML) \\ -align & number & 0 & alignment within text field; 0 is left-aligned, \\ +align & number & 0 & alignment within text field; 0 is left-aligned,\\* & & & 1 is centered, 2 is right-aligned. \\ +altname & name & & alternative name,\\* + & & & the name shown in the user interface\\ backgroundcolor & & & color of box \\ bordercolor & & & color of border \\ bordersep & & & box border gap \\ @@ -1330,6 +1332,8 @@ format & & & JavaScript code to format the field \\ height & dimen & & height of field box \\ hidden & boolean & false & field hidden \\ ketstroke & & & JavaScript code to control the keystrokes on entry \\ +mappingname & name & & the mapping name to be used when exporting\\* + & & & the field data\\ maxlen & number & 0 & number of characters allowed in text field \\ menulength & number & 4 & number of elements shown in list \\ multiline & boolean & false & whether text box is multiline \\ @@ -1355,7 +1359,7 @@ radiosymbol & char & H (\ding{\number`H}) & symbol used for radio fields &&& 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 \\ +rotation & number & 0 & rotation of the widget annotation \\* & & & (degree, counterclockwise, multiple of 90)\\ tabkey & & & (as per HTML) \\ validate & & & JavaScript code to validate the entry \\ |