M
Michael S. Scherotter
Is it possible to set the default values for a Ribbon UI comboBox and
dropDown box?
For example, I want to specify "United States" for the default country and
"English" for the default language.
<comboBox id="Country" keytip="CN" onChange="CountryChanged"
label="Country"
screentip="Pick your country from the list or type it
in.">
<item id="France" label="France"/>
<item id="Germany" label="Germany"/>
<item id="Japan" label="Japan"/>
<item id="UK" label="United Kingdom"/>
<item id="US" label="United States"/>
</comboBox>
<dropDown label="Language" keytip="LN" id="Language"
onAction="LanguageChanged"
screentip="Pick your language.">
<item id="en" label="English"/>
<item id="fr" label="French"/>
<item id="de" label="German"/>
<item id="jp" label="Japanese"/>
</dropDown>
dropDown box?
For example, I want to specify "United States" for the default country and
"English" for the default language.
<comboBox id="Country" keytip="CN" onChange="CountryChanged"
label="Country"
screentip="Pick your country from the list or type it
in.">
<item id="France" label="France"/>
<item id="Germany" label="Germany"/>
<item id="Japan" label="Japan"/>
<item id="UK" label="United Kingdom"/>
<item id="US" label="United States"/>
</comboBox>
<dropDown label="Language" keytip="LN" id="Language"
onAction="LanguageChanged"
screentip="Pick your language.">
<item id="en" label="English"/>
<item id="fr" label="French"/>
<item id="de" label="German"/>
<item id="jp" label="Japanese"/>
</dropDown>