Difference between revisions of "Command/fillinfield"

From Wiki
Jump to navigation Jump to search
m (Text replace - "Category:(.*)" to "Category:Command/$1")
 
(3 intermediate revisions by 3 users not shown)
Line 4: Line 4:
 
}}
 
}}
  
 +
== [[Help:Reference|Syntax]] (autogenerated) ==
 +
<syntax>fillinfield</syntax>
 
== [[Help:Reference|Syntax]] ==
 
== [[Help:Reference|Syntax]] ==
 
<table cellspacing="4" cellpadding="2" class="cmd">
 
<table cellspacing="4" cellpadding="2" class="cmd">
Line 40: Line 42:
 
\stoptext
 
\stoptext
 
</texcode>
 
</texcode>
 +
 +
'''Beware''', {{cmd|fillinfield}} has a broken validation script that empties the field after input and thus doesn’t make sense, see {{src|m-fields.mkiv}} (as of 2017-03-14; probably since 2010).
  
 
== See also ==
 
== See also ==
<!-- something like [[cmd:goto|\goto]] -->
+
<!-- something like {{cmd|goto}} -->
  
 
== Help from ConTeXt-Mailinglist/Forum ==
 
== Help from ConTeXt-Mailinglist/Forum ==

Latest revision as of 14:37, 15 October 2019

\fillinfield

Syntax (autogenerated)

Syntax

\fillinfield[...]{...}
[...] text
{...} text

Example

\usemodule[fields,abr-pseudocaps]

\setupinteraction[state=start]

\starttext
A few years back, \TEX\ could only produce \fillinfield [dvi]{\DVI}
output, but nowadays, thanks to \fillinfield {Han The Thanh},
we can also directly produce \fillinfield [pdf] {\PDF}! Nice eh?
Actually, while the first field module was prototyped in \ACROBAT,
the current implementation was debugged in \fillinfield [pdfTeX] {\PDFTEX}.
Field support in \fillinfield [ConTeXt] {\CONTEXT} is rather advanced
and complete and all kind of fields are supported. One can hook
in appearances, and validation \fillinfield [JavaScripts] {\JAVASCRIPT}'s.
Fields can be cloned and copied, where the latter saves some space.
By using \fillinfield {objects} when suited, this module saves space anyway.
\stoptext

Beware, \fillinfield has a broken validation script that empties the field after input and thus doesn’t make sense, see m-fields.mkiv (as of 2017-03-14; probably since 2010).

See also

Help from ConTeXt-Mailinglist/Forum

All issues with: