SYNOPSIS

        use HTML::Prototype::Helper;

DESCRIPTION

Defines a tag object needed by HTML::Prototype

\s-1REMARKS\s0

Until version 1.43, the internal function $self-_tag> used $tag-as_XML> as its return value. By now, it will use $tag-as_HTML( $entities )> to invokee HTML::Entities::encode_entities. This behaviour can be overridden by setting $HTML::Prototype::Helper::Tag::USE_ASXML_FOR_TAG to 1.

\s-1METHODS\s0

RELATED TO HTML::Prototype::Helper::Tag…

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

AUTHOR

Sascha Kiefer, \*(C`[email protected]\*(C'

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.