Changes for version 0.11210 - 2010-03-03
- Added minimum_length to Text field (thanks lukes)
- Added first per-field-type test in t/fields/ (also thanks lukes)
- Added ability to clear form state ($form->clear_state())
- Added ability to perform complete validation easily on a single field ( $validator->validate_field($form->field('fieldname')) )
Documentation
Getting started with Form::Sensible
Modules
A sensible way to handle form based user interface
Field base class for Form::Sensible
Field used for file selection
Field for representing large amounts of character-string data.
A Numeric field type.
A multiple-choice option field
encapsulate an entire form within another.
Field for representing character-strings
An on/off field
A Trigger for user activity
Form::Sensible's Form class
A base class for writing Form::Sensible reflectors.
Base class for Renderers.
an HTML based Form renderer
A rendered form handle for HTML
Default Validator for Form::Sensible forms
Validation results for a given form.