TestTableFieldTypes in split format
Here are some tests of tables with field types
|
Here are some tests of tables with field types
|
|
{{TableOfContents}}
|
|
= Table with field types =
|
|
{{{#!Table
source_spec=#:SampleData
conf=:SampleDataConf
}}}
|
|
= Table Data =
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||
}}}
|
{{{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||
}}}
|
|
= Configuration with field information =
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"""
}}}
|
{{{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"""
}}}
|