HTML::Widget::Filter::HTMLStrip - HTML Strip Filter


HTML-Widget documentation  | view source Contained in the HTML-Widget distribution.

Index


NAME

Top

HTML::Widget::Filter::HTMLStrip - HTML Strip Filter

SYNOPSIS

Top

    my $f = $widget->filter( 'HTMLStrip', 'foo' )->allow( 'br', 'a' );

DESCRIPTION

Top

HTML Strip Filter.

METHODS

Top

allow

Accepts a list of HTML tags which shouldn't be stripped

filter

AUTHOR

Top

Lyo Kato, lyo.kato@gmail.com

LICENSE

Top

This library is free software, you can redistribute it and/or modify it under the same terms as Perl itself.


HTML-Widget documentation  | view source Contained in the HTML-Widget distribution.