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


Gantry documentation  | view source Contained in the Gantry distribution.

Index


NAME

Top

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

SYNOPSIS

Top

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

DESCRIPTION

Top

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.

METHODS

Top

new

Pass in a proper hash suitable for use by one of the crud plugins. It will be blessed into this class.

results

Used by add/edit templates to track form validation violations.

error_text

Not currently used.

message

Used by some templates for question text to present to the user.

SEE ALSO

Top

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

LIMITATIONS

Top

AUTHOR

Top

Phil Crow <pcrow@sunflowerbroadband.com>

Tim Keefer <tkeefer@gmail.com>

COPYRIGHT and LICENSE

Top


Gantry documentation  | view source Contained in the Gantry distribution.