Hi,
Thanks for the prodding, Cees and Gunther.
I made the following changes today.
* added named parameters to allow things like
Widget->controller(-cgi => $cgi) ... and ...
$wc->widget(-name => "birth_dt", -maxlength => 18)
If "maxlength" is not used in the production of the widget, it
is ignored. This overrides any values that may be in the config
file. Note that non-named params are also supported ...
$wc->widget("birth_dt") but the positions must be well-known
(not yet documented) ;-)
* added widget overrides (as shown above)
These changes are in CVS, and a Widget-0.02.tar.gz release is made
available on the home page.
I will work on simple Perl config soon and implement a handful of
other simple widgets. This release (0.03?) will be ready for
torture-testing by Gunther and enumeration of items in order to
achieve Milestone 3.
Stephen
|