summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/pdfmanagement-testphase/l3pdffield-testphase.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/pdfmanagement-testphase/l3pdffield-testphase.sty')
-rw-r--r--Master/texmf-dist/tex/latex/pdfmanagement-testphase/l3pdffield-testphase.sty43
1 files changed, 22 insertions, 21 deletions
diff --git a/Master/texmf-dist/tex/latex/pdfmanagement-testphase/l3pdffield-testphase.sty b/Master/texmf-dist/tex/latex/pdfmanagement-testphase/l3pdffield-testphase.sty
index ed28f7b00e6..b4d93ec6de4 100644
--- a/Master/texmf-dist/tex/latex/pdfmanagement-testphase/l3pdffield-testphase.sty
+++ b/Master/texmf-dist/tex/latex/pdfmanagement-testphase/l3pdffield-testphase.sty
@@ -20,7 +20,8 @@
%%
%% File: l3pdfpdffield-checkbox.dtx
\NeedsTeXFormat{LaTeX2e}
-\ProvidesExplPackage{l3pdffield-checkbox}{0000-00-00}{v0.00a}{form field checkbox}%
+\ProvidesExplPackage{l3pdffield-testphase}{2021-03-17}{0.95c}%
+ {form field checkboxes}
\csname HyField@NeedAppearancesfalse\endcsname % suppress NeedAppearances
\str_new:N \l__pdffield_field_name_str
\str_new:N \l__pdffield_tmpa_str
@@ -48,26 +49,26 @@
\bitset_new:Nn \l__pdffield_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__pdffield_F_bitset
@@ -443,7 +444,7 @@
\cs_new_protected:Npn \pdffield_setup:nn #1 #2
{
- \keys_set:n {pdffield / #1 } {#2}
+ \keys_set:nn {pdffield / #1 } {#2}
}
\endinput%