HTML::Prototype::Helper::Tag
Defines a tag object needed by HTML::Prototype
- Provided by: libhtml-prototype-perl (Version: 1.48-5)
- Report a bug
Defines a tag object needed by HTML::Prototype
use HTML::Prototype::Helper;
Defines a tag object needed by HTML::Prototype
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.
HTML::Prototype, <http://prototype.conio.net/>
Sascha Kiefer, "esskar@cpan.org"
Built around Prototype by Sam Stephenson. Much code is ported from Ruby on Rails javascript helpers.
This library is free software. You can redistribute it and/or modify it under the same terms as perl itself.