1HTML::Prototype::HelperU:s:eTragC(o3n)tributed Perl DocuHmTeMnLt:a:tPiroontotype::Helper::Tag(3)
2
3
4

NAME

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

SYNOPSIS

10               use HTML::Prototype::Helper;
11

DESCRIPTION

13       Defines a tag object needed by HTML::Prototype
14
15   REMARKS
16       Until version 1.43, the internal function $self-_tag> used $tag-as_XML>
17       as its return value. By now, it will use $tag-as_HTML( $entities )> to
18       invokee HTML::Entities::encode_entities. This behaviour can be
19       overridden by setting $HTML::Prototype::Helper::Tag::USE_ASXML_FOR_TAG
20       to 1.
21
22   METHODS
23       HTML::Prototype::Helper::Tag->new( $object_name, $method_name,
24       $template_object, $local_binding, $object )
25       $tag->object_name( [$object_name] )
26       $tag->method_name( [$method_name] )
27       $tag->template_object( [$template_object] )
28       $tag->local_binding( [$local_binding] )
29       $tag->object( [$object] )
30       $tag->value( )
31       $tag->value_before_type_cast( )
32       $tag->to_input_field_tag( $field_type, \%options )
33       $tag->to_content_tag( $tag_name, $value, \%options )
34

SEE ALSO

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

AUTHOR

39       Sascha Kiefer, "esskar@cpan.org"
40
41       Built around Prototype by Sam Stephenson.  Much code is ported from
42       Ruby on Rails javascript helpers.
43

LICENSE

45       This library is free software. You can redistribute it and/or modify it
46       under the same terms as perl itself.
47
48
49
50perl v5.36.0                      2022-07-22   HTML::Prototype::Helper::Tag(3)
Impressum