| Embperl documentation | view source | Contained in the Embperl distribution. |
Embperl::Form::Control::display - A text display control inside an Embperl Form
{
type => 'display',
text => 'blabla',
hidden => 1,
name => 'foo',
split => 1
}
Used to create a display only control inside an Embperl Form. See Embperl::Form on how to specify parameters.
Needs to be set to 'display'.
Will be used as label for the text display control.
value to display. If not given $fdat{<name>} will be used. If the data given within value is an arrayref, every element will be displayed on a separate line.
Will be used as name for the hidden input field.
Splits the value into an array at \t if set and displays every array element on a new line.
Splits the value into an array at \n if set and displays every array element on a new line.
G. Richter (richter@dev.ecos.de), A. Beckert (beckert@ecos.de)
perl(1), Embperl, Embperl::Form
| Embperl documentation | view source | Contained in the Embperl distribution. |