[latex3-commits] [git/LaTeX3-latex3-pdfresources] radiobuttons: adding value keys (6171a1c)

Ulrike Fischer fischer at troubleshooting-tex.de
Tue May 25 20:04:07 CEST 2021


Repository : https://github.com/latex3/pdfresources
On branch  : radiobuttons
Link       : https://github.com/latex3/pdfresources/commit/6171a1cd7b072b12c7acf76a6e3e98e07e4269b3

>---------------------------------------------------------------

commit 6171a1cd7b072b12c7acf76a6e3e98e07e4269b3
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date:   Tue May 25 20:04:07 2021 +0200

    adding value keys


>---------------------------------------------------------------

6171a1cd7b072b12c7acf76a6e3e98e07e4269b3
 l3pdffield-textfield.dtx | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/l3pdffield-textfield.dtx b/l3pdffield-textfield.dtx
index eb42ab6..be5e0ab 100644
--- a/l3pdffield-textfield.dtx
+++ b/l3pdffield-textfield.dtx
@@ -246,6 +246,7 @@
 % with \cs{pdffield_field:nn}.
 % \end{function}
 %
+%
 % \begin{function}{altname,TU}
 %  \begin{syntax}
 %   |altname| = \meta{string}\\
@@ -291,6 +292,25 @@
 % make sense for a textfield).
 % \end{function}
 %
+% \begin{function}{V,value}
+%  \begin{syntax}
+%   |V| = \meta{text}\\
+%   |value| = \meta{text}
+%  \end{syntax}
+% This sets the start text in the field. The keys have an effect only at the first
+% instance of the textfield, when the field is initialized.
+% \end{function}
+%
+% \begin{function}{DV,default}
+%  \begin{syntax}
+%   |DV| = \meta{text}\\
+%   |default| = \meta{text}
+%  \end{syntax}
+% This sets the text which is shown if the form is reset.
+% The keys have an effect only at the first
+% instance of the textfield, when the field is initialized.
+% \end{function}
+%
 % \begin{function}{fontcolor}
 %  \begin{syntax}
 %   |fontcolor| = \meta{color expression} \verb"|" [\meta{model}]\Arg{values}\\





More information about the latex3-commits mailing list.