<?xml version="1.0" encoding="utf-8"?>
<config type="module" version="1.5.0" deprecated="1">
	<name>Dropdown</name>
	<fields count="3">
		<field1>
			<format>varchar(256)</format>
			<type>dynamic_select</type>
		</field1>
		<field2>
			<label>Key pairs</label>
			<size>40</size>
			<maxlength>64</maxlength>
			<type>textarea</type>
			<default>id</default>
			<format>none</format>
			<cat>parameter</cat>
		</field2>	
		<field3>
			<label>Size</label>
			<size>3</size>
			<maxlength>3</maxlength>
			<format>none</format>
			<cat>parameter</cat>
		</field3>	
	</fields>
	<help>Provides a drop down list of selectable options.##In "Key pairs", provide the key pairs in the form option1=value,option2=value2.#For example 1=Mr,2=Mr##In "Size", provide the maximum length of the drop down box.</help>
</config>