bug fixes and new tests

This commit is contained in:
JT Smith 2006-08-02 15:39:23 +00:00
parent 93fc3bfa88
commit 61eb59c7f8
5 changed files with 52 additions and 7 deletions

View file

@ -49,12 +49,13 @@ sub definition {
my $class = shift;
my $session = shift;
my $definition = shift;
my $i18n = WebGUI::International->new($session, "Activity_Skeleton");
push(@{$definition}, {
name=>$i18n->get("topicName"),
properties=> {
someField => {
fieldType=>"integer",
label=>"Some Field"
label=>"Some Field",
defaultValue=>0,
hoverHelp=>"Hover help for some field."
},