NAME
HTML::Controls::String - class for a simple string control
SYNOPSIS
my $string = HTML::Controls::String->new('name');
This class implements a simple string control, using just a <input type="text">
element.
REDEFINED PROTECTED METHODS
_body_template_name
Returns 'string.wt'
, which contains a single input
field.
NOTES
The _validate_value
is not redefined, meaning that any string (even the empty one) is considered valid.
COPYRIGHT
Copyright 2005 Gianni Ceccarelli, All Rights Reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.