如何在flex 3中创建和使用弹出窗口?
我使用了数据网格和控制栏中的一个按钮。通过单击按钮,应用程序从基本状态进入编辑状态。 我的问题是如何使用弹出窗口来编辑数据网格的选定记录而不是更改状态。 请给我任何描述如何在 Flex 3 应用程序中使用弹出窗口的代码示例。
I have used a datagrid and one button in control bar. by clicking button the application goes edit state from base state.
My question is how can i use popup for editing selected record of datagrid instead of changing state.
please give me any example with code that describe how pop ups can be used in flex 3 application.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我得到了上述问题的答案。
首先,我们必须为名为 MyPopup 的弹出窗口创建自定义组件,
并在 application: 中
调用函数:
I got answer for above problem.
First we have to create custom component for popup named MyPopup
And in application:
calling function: