
Gantry::Stash::View::Form - Stash object for the view's form

$self->stash->view->form( { } );

This module manages the form contents for Gantry::Plugins::AutoCRUD and Gantry::Plugins::CRUD, see their docs for details of what goes into the hash.

Pass in a proper hash suitable for use by one of the crud plugins. It will be blessed into this class.
Used by add/edit templates to track form validation violations.
Not currently used.
Used by some templates for question text to present to the user.

Gantry::Plugins::AutoCRUD(3), Gantry(3), Gantry::Stash(3)


Phil Crow <pcrow@sunflowerbroadband.com>
Tim Keefer <tkeefer@gmail.com>

Copyright (c) 2005, Phil Crow.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.6 or, at your option, any later version of Perl 5 you may have available.