#
#  TD.18.NII.TXT
#
# -----------------------------------------------------------------------------
#

#
#  herein is demonstrated how to create thingtypes and sniptypes on a 
#  per-row basis
#

Car type	Transmission	(none)	standard	selectionbox	winfo	
Car type	Wheels	(none)	4	normal	winfo	
Car type	Make	(none)		normal	winfo	
Car type	Model	(none)		normal	winfo	
Car type	Doors	(none)	4	radio	winfo	
Car type	Engine size	(none)	250cc	selectionbox	winfo	
Car type	Description	(none)		textarea	winfo	

Number type	Field 1	normal	default1	normal	winfo1	
Number type	Field 2	checkbox	default2	checkbox	winfo2	
Number type	Field 3	selection box	winfo3.2	selectionbox	winfo3.1, winfo3.2, winfo3.3	, 
Number type	Field 4	radio buttons	winfo4.2	radio	winfo4.1,winfo4.2,winfo4.3	,
Number type	Field 5	textarea	default5	textarea	winfo5	
Number type	Field 6	password	default6	password	winfo6	
Number type	Field 7	hidden	default7	hidden	winfo7	


