Dir sir,
I have a problem you need help,
in demo ComboBox / Related ComboBoxes :
function LoadCities(combo, eventArqs)
{
var item = eventArqs.get_item();
citiesCombo.set_text("Loading...");
// this will fire the ItemsRequested event of the
// cities combobox passing the countryID as a parameter
citiesCombo.requestItems(item.get_value(), false); }
I want to get more value of comboContinent, then how?
Thanks for support,
Brgs,
I have a problem you need help,
in demo ComboBox / Related ComboBoxes :
function LoadCities(combo, eventArqs)
{
var item = eventArqs.get_item();
citiesCombo.set_text("Loading...");
// this will fire the ItemsRequested event of the
// cities combobox passing the countryID as a parameter
citiesCombo.requestItems(item.get_value(), false); }
I want to get more value of comboContinent, then how?
Thanks for support,
Brgs,