man HTML::Prototype::Helper::Tag () - Defines a tag object needed by HTML::Prototype

NAME

HTML::Prototype::Helper::Tag - Defines a tag object needed by HTML::Prototype

SYNOPSIS

        use HTML::Prototype::Helper;

DESCRIPTION

Defines a tag object needed by HTML::Prototype

METHODS

$tag->object_name( [$object_name] )
$tag->method_name( [$method_name] )
$tag->template_object( [$template_object] )
$tag->local_binding( [$local_binding] )
$tag->object( [$object] )
$tag->value( )
$tag->value_before_type_cast( )

SEE ALSO

HTML::Prototype, <http://prototype.conio.net/>

AUTHOR

Sascha Kiefer, CWesskar@cpan.org

Built around Prototype by Sam Stephenson. Much code is ported from Ruby on Rails javascript helpers.

LICENSE

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