Answer :CountryComboBox.as
package components
{ import mx.controls.ComboBox;
public class CountryComboBox extends ComboBox
{ public function CountryComboBox()
{ dataProvider = [ "United States", "United Kingdom" ];
}
}
}
xmlns:custom="components.*"
width="220" height="115"
>
No comments:
Post a Comment