![]() |
![]()
| ![]() |
![]()
NAMEForm::Sensible::Field::SubForm - encapsulate an entire form within another. SYNOPSISuse Form::Sensible::Field::SubForm; my $object = Form::Sensible::Field::SubForm->new( form => $otherform ); $object->do_stuff(); DESCRIPTIONThe subform Field type allows you to embed one form within another. The fields in the subform are submitted and validated as though they belong to the primary form, meaning the fieldnames are used 'as is.' Please note that this feature is experimental at best and how it is used is still subject to change. ATTRIBUTES
METHODS
MOOSE CLASS METHODS
AUTHORJay Kuri - <jayk@cpan.org> SPONSORED BYIonzero LLC. <http://ionzero.com/> SEE ALSOForm::Sensible LICENSECopyright 2009 by Jay Kuri <jayk@cpan.org> This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
|