9 date 2008.08.03.22.17.45; author TWikiContributor; state Exp;
14 date 2008.01.22.03.21.27; author TWikiContributor; state Exp;
19 date 2006.06.25.16.26.28; author TWikiContributor; state Exp;
34 @%META:TOPICINFO{author="TWikiContributor" date="1111929255" format="1.1" version="3"}%
35 %META:TOPICPARENT{name="TWikiVariables"}%
37 ---+++ FORMFIELD{"fieldname"} -- renders a field in the form attached to some topic
38 * Syntax: =%<nop>FORMFIELD{"fieldname"}%=
39 * Supported parameters:
40 | *Parameter:* | *Description:* | *Default:* |
41 | ="fieldname"= | The name of a [[TWikiForms][TWiki form]] field | required |
42 | =topic="..."= | Topic where form data is located. May be of the form =Web.<nop>TopicName= | Current topic |
43 | =format="..."= | Format string. =$value= expands to the field value, and =$title= expands to the fieldname (also expands $name, $attributes, $type, $size and $definingTopic) | ="$value"= |
44 | =default="..."= | Text shown when no value is defined for the field | =""= |
45 | =alttext="..."= | Text shown when field is not found in the form | =""= |
46 * Example: =%<nop>FORMFIELD{"<nop>ProjectName" topic="Projects.<nop>SushiProject" default="(not set)" alttext="<nop>ProjectName field found"}%=
47 * Related: [[%IF{"'%INCLUDINGTOPIC%'='TWikiVariables'" then="#"}%VarSEARCH][SEARCH]]
59 %META:TOPICINFO{author="TWikiContributor" date="1111929255" format="1.1" version="2"}%
62 | =format="..."= | Format string. =$value= expands to the field value, and =$title= expands to the fieldname | ="$value"= |
73 %META:TOPICINFO{author="TWikiContributor" date="1111929255" format="1.2" version="1"}%
78 | =format="..."= | Format string. =$value= expands to the field value, and =$title= expands to the field title | ="$value"= |
81 * Related: [[#VarSEARCH][SEARCH]]