Query: html::widget::filter
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
HTML::Widget::Filter(3pm) User Contributed Perl Documentation HTML::Widget::Filter(3pm)NAMEHTML::Widget::Filter - Filter Base ClassSYNOPSISmy $f = $widget->filter( $type, @names ); $c->names(@names);DESCRIPTIONFilter Base Class.METHODSfilter Arguments: $value Return Value: $filtered_value FIlter given value. init Arguments: $widget Called once when process() gets called for the first time. names Arguments: @names Return Value: @names Contains names of params to filter. prepare Arguments: $widget Called whenever process() gets called. process Arguments: \%params, @uploadsAUTHORSebastian Riedel, "sri@oook.de"LICENSEThis library is free software, you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.10.1 2007-03-01 HTML::Widget::Filter(3pm)