将 .mxml 组件连接到另一个组件
如何单击 .mxml 组件上的按钮以从另一个 .mxml 组件打开 Spark 列表上的特定选定项!? 谢谢 ;-)
How can i click a button on an .mxml component to open a specific selectedItem on a spark List from another .mxml component!?
Thanks ;-)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
首先,这是非常基础的,所以我建议您观看这些有关 Flex 入门的视频教程:http://www.adobe.com/devnet/flex/videotraining.html
“开放”是什么意思?
根据组件的安排,最好的方法是什么,您可以通过绑定或分派事件来实现。
First off this is pretty basic so I'll recommend you watch these video tutorials on ramping up for Flex: http://www.adobe.com/devnet/flex/videotraining.html
What does "open" mean?
Depends on the arrangement of the components in terms of what the best way to do this is, you can achieve it through either Binding or dispatching an event.