Commit graph

3 commits

Author SHA1 Message Date
fbd561638f Form fields - Multiple selection values 2016-01-03 14:44:22 +01:00
b888e72eef Form fields: parameters
* Can be used to specify extra options
* For now, allows support for multiple selection
2016-01-03 10:49:47 +01:00
cdb2e952f5 Form fields clean-up
Added a FieldView interface which must be implemented by field
renderers. The form's main view will look for FieldView implementations
to determine how to render specific field types. The only exception are
hidden fields, which are handled separately.
2012-02-07 09:27:46 +01:00