Open main menu

Changes

617 bytes removed ,  08:28, 2 July 2022
m
Text replacement - "pragma-ade.com" to "pragma-ade.nl"
== [[Help:Reference|Syntax]] (autogenerated) ==
<syntax>setupfield</syntax>
== [[Help:Reference|Syntax]] ==
<table cellspacing="4" cellpadding="2" class="cmd">
<tr>
<td colspan="2" class="cmd">\setupfield<span class="first" >[...]</span><span class="second" >[...,...,...]</span><span class="third" >[...,...=...,...]</span><span class="first" >[...,...=...,...]</span><span class="second" >[...,...=...,...]</span></td>
</tr>
<tr valign="top" class="first">
<td class="cmd">[...]</td>
<td>name </td>
</tr>
<tr valign="top" class="second">
<td class="cmd">[...,...,...]</td>
<td>label horizontal vertical frame </td>
</tr>
<tr valign="top" class="third">
<td class="cmd">[...,...=...,...]</td>
<td>see [[Command/setupfields|\setupfields]] </td>
</tr>
</table>
# setup name
# ?keyword options# field options, mostly inherited from {{cmd|setupframed}}# field label options, inherited from {{cmd|setupframed}}# field content options, inherited from {{cmd|setupframed}}
== Example ==
<texcode>
\usemodule[fields] % MkIV
\setupfield[shortString][reset,horizontal][width=45mm,option=printable,frame=off,bottomframe=on,height=2em,offset=0.5mm,frameoffset=1mm]
\definefield[Name][line][shortString][][Hans]
* {{cmd|field}}
* {{cmd|fieldbody}} – to only use the contentframe of the field
* [http://www.pragma-ade.comnl/general/manuals/mwidget-s.pdf Widgets Manual]
* [[Widgets]]
* Module fields {{src|m-fields.mkiv}}