Sebastian Riedel > Catalyst-Plugin-Prototype-1.32 > Catalyst::Plugin::Prototype

Download:
Catalyst-Plugin-Prototype-1.32.tar.gz

Dependencies

Annotate this POD (2)

CPAN RT

New  1
Open  0
View Bugs
Report a bug
Module Version: 1.32   Source   Latest Release: Catalyst-Plugin-Prototype-1.33

NAME ^

Catalyst::Plugin::Prototype - Plugin for Prototype

SYNOPSIS ^

    # use it
    use Catalyst qw/Prototype/;

    # ...add this to your tt2 template...
    [% c.prototype.define_javascript_functions %]

    # ...and use the helper methods...
    <div id="view"></div>
    <textarea id="editor" cols="80" rows="24"></textarea>
    [% 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<HTML::Prototype> object.

SEE ALSO ^

Catalyst::Manual, Catalyst::Test, Catalyst::Request, Catalyst::Response, Catalyst::Helper

AUTHOR ^

Sebastian Riedel, sri@oook.de

LICENSE ^

This library is free software . You can redistribute it and/or modify it under the same terms as perl itself.