Form::Sensible::Renderer - Base class for Renderers.
This module provides a base class for renderers. It's not very interesting.
- "render($form)"
- Returns a rendered representation of the form.
- "render_hints_for($renderer_name, $thing)"
- Returns the render hints for the given type. This looks for an element
called "renderer_name" in
"$thing->render_hints". If found, it
is returned, otherwise returns
"$thing->render_hints". This is used
to allow for specification of different renderhints within the same form
for use by different renderers.
Jay Kuri - <jayk@cpan.org>
Ionzero LLC. <http://ionzero.com/>
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.