From 6ad1cf68ae6add67e56faf5ec4390fead04e31b4 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Fri, 19 Mar 2021 03:00:56 +0000 Subject: CTAN sync 202103190300 --- .../contrib/pdfmanagement-testphase/l3pdffield.dtx | 45 +++++++++++----------- 1 file changed, 23 insertions(+), 22 deletions(-) (limited to 'macros/latex/contrib/pdfmanagement-testphase/l3pdffield.dtx') diff --git a/macros/latex/contrib/pdfmanagement-testphase/l3pdffield.dtx b/macros/latex/contrib/pdfmanagement-testphase/l3pdffield.dtx index 3d7e6123e1..dc3fcc3df6 100644 --- a/macros/latex/contrib/pdfmanagement-testphase/l3pdffield.dtx +++ b/macros/latex/contrib/pdfmanagement-testphase/l3pdffield.dtx @@ -68,7 +68,7 @@ % }^^A % } % -% \date{Version 0.95b, released 2021-03-07} +% \date{Version 0.95c, released 2021-03-17} % % \maketitle % \begin{documentation} @@ -349,7 +349,8 @@ %<*package> %<@@=pdffield> \NeedsTeXFormat{LaTeX2e} -\ProvidesExplPackage{l3pdffield-checkbox}{0000-00-00}{v0.00a}{form field checkbox}% +\ProvidesExplPackage{l3pdffield-testphase}{2021-03-17}{0.95c}% + {form field checkboxes} % \end{macrocode} % \subsection{hyperref specific command} % hyperref sets NeedAppearances by default. As this is deprecated we disable this. @@ -397,26 +398,26 @@ % \begin{macrocode} \bitset_new:Nn \l_@@_Ff_bitset { - ReadOnly = 0, - Required = 1, - NoExport = 2, - Multiline = 12,%Tx - Password = 13, - NoToggleToOff = 14,%Btn, radio button - Radio = 15,%Btn: Radio: 15=1, 16=0 - Pushbutton = 16,%Btn: Checkbox: 15=0, 16=0 + ReadOnly = 1, + Required = 2, + NoExport = 3, + Multiline = 13,%Tx + Password = 14, + NoToggleToOff = 15,%Btn, radio button + Radio = 16,%Btn: Radio: 15=1, 16=0 + Pushbutton = 17,%Btn: Checkbox: 15=0, 16=0 %Btn: Pushbutton: 16=1 - Combo = 17,%Ch: Combo=1 List=0 - Edit = 18,%Ch, Combo=1 -> + edit field - Sort = 19,%Ch, not relevant for view... - FileSelect = 20,%Tx - MultiSelect = 21,%Ch - DoNotSpellCheck = 22,%Tx, Ch (if Combo + Edit set) - DoNotScroll = 23,%Tx - Comb = 24,%Tx, requires MaxLen in dict - RadiosInUnison = 25,%Btn Radio - RichText = 25,%Tx - CommitOnSelChange = 26 + Combo = 18,%Ch: Combo=1 List=0 + Edit = 19,%Ch, Combo=1 -> + edit field + Sort = 20,%Ch, not relevant for view... + FileSelect = 21,%Tx + MultiSelect = 22,%Ch + DoNotSpellCheck = 23,%Tx, Ch (if Combo + Edit set) + DoNotScroll = 24,%Tx + Comb = 25,%Tx, requires MaxLen in dict + RadiosInUnison = 26,%Btn Radio + RichText = 26,%Tx + CommitOnSelChange = 27 } \bitset_new:Nn \l_@@_F_bitset @@ -881,7 +882,7 @@ \cs_new_protected:Npn \pdffield_setup:nn #1 #2 { - \keys_set:n {pdffield / #1 } {#2} + \keys_set:nn {pdffield / #1 } {#2} } % % \end{macrocode} -- cgit v1.2.3