
Form::Factory::Interface::HTML::Widget - rendering/consuming HTML controls

version 0.020

Widget is the low-level API for rendering and processing HTML/HTTP form elements.

If the renderer needs to be customized, provide a custom renderer here. This is a code reference that is passed the control and options like the usual renderer method.
If the control needes to be consumed in a custom way, you can add that here. This is a code reference that is passed the control and options like the usual consumer method.

Renders the HTML required to use this method.
Consumes the value from the request.

These methods must be implemented by role implementers.
Return HTML to render the control.
Given consumer options, process the input.

Andrew Sterling Hanenkamp,
<hanenkamp@cpan.org>

Copyright 2009 Qubling Software LLC.
This library is free software. You can redistribute it and/or modify it under the same terms as Perl itself.