
Embperl::Form::Control::display - A text display control inside an Embperl Form

{
type => 'display',
text => 'blabla',
hidden => 1,
name => 'foo',
}

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.
If set, an appropriate hidden input field will be created automatically.
Will be used as name for the hidden input field.

G. Richter (richter@dev.ecos.de)

perl(1), Embperl, Embperl::Form