The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Component::HTMLView - a component specialized for HTML usages

NOTES

Must be dual-inherited against a Class::DBI or similar. eh?

METHODS

$component->html_text($field) - Generate a text input field

Fields are named $pkg:$field:$id.

$component->html_update($col1, $col2, ...) -- update columns (default all)

AUTHOR

  Brock Wilcox <awwaiid@thelackthereof.org>
  http://thelackthereof.org/

COPYRIGHT

  Copyright (c) 2005 Brock Wilcox <awwaiid@thelackthereof.org>. All rights
  reserved.  This program is free software; you can redistribute it and/or
  modify it under the same terms as Perl itself.