added direct value access in DataForm list view

This commit is contained in:
Doug Bell 2009-09-15 20:16:31 -05:00
parent e161afd5c0
commit ed8a0dac5c
5 changed files with 201 additions and 0 deletions

View file

@ -1044,6 +1044,12 @@ be useful, others may not.|,
context => q{The date that this entry was submitted to the site. i18n label for template},
},
'help record.noloop' => {
message => q{You can get any field's value in this record by name, ex: record.noloop.subject},
lastUpdated => 0,
context => q{Help for template variable},
},
};
1;