TestTableFieldTypes
Here are some tests of tables with field types
| Summary ^ |
Description ^ |
Done ^ |
Happy ^ |
OS ^ |
| This is a single line |
This is multi-line |
Yes |
1 |
Linux |
| Another single line |
Another multi-line |
No |
0 |
Beos |
Query
Here is the table data:
SampleData
||Summary||Description||Done||Happy||OS||
||This is a single line||This is multi-line||Yes||1||Linux||
||Another single line||Another multi-line||No||0||Beos||
The following configuration block has field information
for the sample data.
SampleDataConf
field=Summary
type=Text
field=Description
type=Textarea
field=Done
type=Select
possible_values="""Yes
No"""
field=Happy
type=Checkbox
field=OS
type=Radio
possible_values="""Linux
BeOs
DOS
Windows"""