NAME
Form::Sensible::Renderer - Base class for Renderers.
DESCRIPTION
This module provides a base class for renderers. It's not very interesting.
METHODS
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.
AUTHOR
Jay Kuri - <jayk@cpan.org>
SPONSORED BY
Ionzero LLC. http://ionzero.com/
SEE ALSO
LICENSE
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.