GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Form::Sensible::Field::SubForm(3) User Contributed Perl Documentation Form::Sensible::Field::SubForm(3)

Form::Sensible::Field::SubForm - encapsulate an entire form within another.

    use Form::Sensible::Field::SubForm;
    
    my $object = Form::Sensible::Field::SubForm->new( form => $otherform );

    $object->do_stuff();

The 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.

"form"
The sub-form to include into this field.

"get_additional_configuration($template_only)"
Returns the name and content of the attributes for this field in a hash ref.

"BUILDARGS(%params|$params)"
See Moose::Object. Calls other "BUILDARGS" in the inheritance hiearchy after first seeing if there is a farm that has been passed in and needs to be created for the object to be instantiated.
"BUILD"
Sets the "render_hints" for this field to 'subform'.

Jay Kuri - <jayk@cpan.org>

Ionzero LLC. <http://ionzero.com/>

Form::Sensible

Copyright 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.

2012-02-02 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.