GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Catalyst::Enzyme::CRUD::View(3) User Contributed Perl Documentation Catalyst::Enzyme::CRUD::View(3)

Catalyst::Enzyme::CRUD::View - Catalyst View helper methods for CRUD templates

This is a mix-in for any (TT) View using the Enzyme CRUD.

Return new HTML::Element for $column.

If the current action is $action_name, fill in data from the request.

If there is no $column field in the model class, return a HTML <INPUT type="$type"> field with that name. Type = "textfield" | "textarea" | "select"

These methods are injected into the Catalyst class, available to call on the $c object.

Return uri which is identical to the current request, except overwritten with the new parameters in %new_params.

Return a URI that points to the $action in this controller, no matter what the current request is (it could be to an action in another Controller which forwarded to this Controller (by first forwarding to this controller's "set_crud_controller").

The @params are added to the URI the same way as in "uri_for".

Johan Lindstrom <johanl ÄT cpan.org>

This library is free software, you can redistribute it and/or modify it under the same terms as Perl itself.

Hey! The above document had some coding errors, which are explained below:
Around line 131:
Non-ASCII character seen before =encoding in 'ÄT'. Assuming CP1252
2006-01-14 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.