Make fieldType a required property option. Check for the presence of either noFormPost or label.

This commit is contained in:
Colin Kuskie 2009-12-17 13:25:27 -08:00
parent 3b31069b1c
commit e1be2f9319
3 changed files with 41 additions and 7 deletions

View file

@ -28,7 +28,7 @@ Package WebGUI::Definition::Meta::Property::Asset
=head1 DESCRIPTION
Extends WebGUI::Definition::Meta::Property to provide Asset properties with
specific methods.
specific methods. The tableName and fieldType class properties must be defined.
=head1 METHODS