webgui/lib/WebGUI/i18n/English/Macro_FormParam.pm
2005-10-10 05:22:37 +00:00

27 lines
620 B
Perl

package WebGUI::i18n::English::Macro_FormParam;
our $I18N = {
'macroName' => {
message => q|Form Parameter|,
lastUpdated => 1128838349,
},
'form param title' => {
message => q|Form Parameter Macro|,
lastUpdated => 1112466408,
},
'form param body' => {
message => q|
<b>&#94;FormParam();</b><br>
This macro is mainly used in generating dynamic queries in SQL Reports. Using this macro you can pull the value of any form field simply by specifying the name of the form field, like this: &#94;FormParam("phoneNumber");
<p>
|,
lastUpdated => 1112466919,
},
};
1;