Container Path: <cwt><COUNTRYLIST>
The COUNTRYLIST element is used to specify a list of countries that a user can select in CountrySelectionPanel. The list will be shown in the same order as defined in <COUNTRYLIST>.
The list can by filtered by initial(s), one or more characters, see CountryInitialsInputPanel in CWT User Interface Handbook. The specified order is maintained even when filtered. E.g. if letter “a” is selected in CountryInitiasInputlPanel then all countries that start with “A” will be shown in the order they appear in the COUNTRYLIST
Note: The COUNTRYLIST can contain a maximum of 128 countries |
Important: Only supported on CWT terminal with TFT |
Example:
<COUNTRYLIST>
<country name="Alabama" />
<country name="Alaska" />
<country name="Arizona" />
<country name="Arkansas" />
<country name="California" />
<country name="Colorado" />
<country name="Connecticut" />
</COUNTRYLIST>