NAME Catalyst::Plugin::Prototype - Plugin for Prototype SYNOPSIS # use it use Catalyst qw/Prototype/; # ...add this to your tt2 template... [% c.prototype.library %] # ...and use the helper methods...
[% uri = base _ 'edit/' _ page.title %] [% c.prototype.observe_field( 'editor', uri, { 'update' => 'view' } ) %] DESCRIPTION Some stuff to make Prototype fun. This plugin replaces Catalyst::Helper::Prototype. METHODS prototype Returns a ready to use L