22 lines
512 B
Perl
22 lines
512 B
Perl
package WebGUI::i18n::English::FormParam;
|
|
|
|
our $I18N = {
|
|
|
|
'form param title' => {
|
|
message => q|Form Parameter Macro|,
|
|
lastUpdated => 1112466408,
|
|
},
|
|
|
|
'form param body' => {
|
|
message => q|
|
|
|
|
<b>^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: ^FormParam("phoneNumber");
|
|
<p>
|
|
|
|
|,
|
|
lastUpdated => 1112466919,
|
|
},
|
|
};
|
|
|
|
1;
|