In this tutorial page you will learn how to utilize the selectedItem property
in flex, for getting the details associated to items inside the flex combo box
control. Below example contains a flex combo box control with id value
combo. This
flex control contains eleven items and with selectedItem property
details of each item is published inside the flex TextArea control under
flex Panel control background. Property selectedItem returns
the string value of the item, that means, name of the item is returned with
which the item is included in the combo box item list.
Syntax for using the property
ComboBox_id_value.selectedItem
Example in the tutorial page contains some links to well trusted web site pages, with which you can enrich your knowledge.
oksoo.mxml
<?xml version = '1.0' encoding = 'utf-8'?>
|
oksoo.swf


If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.
Ask Questions? Discuss: Flex combobox selecteditem
Post your Comment