Since we made the change to remove the Render* class objects, if you
want to edit the core templates, you've been limited to using the
hashref built during render_data().

That now adds an 'object' key with a reference to the original form or
element object, so you can access all form/element methods within the
template.

[% FOREACH field IN self.object.get_fields %]
foo
[% END %]

_______________________________________________
HTML-FormFu mailing list
HTML-FormFu@lists.scsys.co.uk
http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/html-formfu

Reply via email to