Flex中如何在ComboBox嵌套Tree
在Flex4中,如何在ComboBox中放置一个Tree,在点击ComboBox的时候,下拉出来的是一个Tree,选择Tree的节点,可以把节点的值显示到ComboBox...
在Flex4中,如何在ComboBox中放置一个Tree,在点击ComboBox的时候,下拉出来的是一个Tree,选择Tree的节点,可以把节点的值显示到ComboBox上
展开
1个回答
展开全部
<mx:PopUpButton width="150"
openAlways="true"
textAlign="left"
label="@classifyName">
<mx:popUp>
<mx:Tree showDataTips="true"
horizontalScrollPolicy="on"
showRoot="true"/>
</mx:popUp>
</mx:PopUpButton>
在PopUpButton 的open事件中,展开树
在Tree 的change事件中,给PopUpButton的label赋值
openAlways="true"
textAlign="left"
label="@classifyName">
<mx:popUp>
<mx:Tree showDataTips="true"
horizontalScrollPolicy="on"
showRoot="true"/>
</mx:popUp>
</mx:PopUpButton>
在PopUpButton 的open事件中,展开树
在Tree 的change事件中,给PopUpButton的label赋值
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询