Changes for version 1.07 - 2006-04-26

  • Added a Button element
  • Submit and Reset values no longer default to "1" (this was causing the browser to display the button label as "1" instead of "Submit" or "Reset")
  • Added height() and width() accessors for image submit buttons
  • Added support for <button> tags, with new content() method
  • Added ability to customize HTML produced via H::W::Element::container_class.
  • Can specify container_class on a per widget basis via
  • $w->element_container_class()
  • Overloaded "" on Container to return as_xml
  • All constraint counted empty strings as values
  • AllOrNone constraint didn't treat 0 as a value

Modules

HTML Widget And Validation Framework
Accessor Class
Constraint Base Class
Check that a value is one of a current set.
Element Base Class
Radio Element grouping
Filter Base Class
Lower Case Filter
HTML Escaping Filter
Trim whitespaces from beginning and end of string
Result Class