Tk::FormUI
Overview
Tk::FormUI is a module to simplyfiy creating a form and returning field data using perl Tk.
It is intended to create the form and return the data entered into the various fields.
Examples
Please look at the examples/tk_formui_demo.pl script for an example of how to use the Tk::FormUI module.
To Do
- [x] Add ability to provide code reference to validate each field
- [x] Add validate method for the form
- [x] Add attribute to control automatic data validation, but default to 1 / TRUE
- [x] For Entry fields add ability to strip leading and trailing whitespace
- [x] Add attribute to control automatic stripping of whitespace with default of 1/TRUE
- [ ] Add ability to allow field validation code access to other fields values