Flex使用Popupmanager弹出窗口的交互传值方法
父窗口
private function popNewWindow(evt:ContextMenuEvent):void{
var info:infoVO = new infoVO();
info= ac.getItemAt(ttDG.selectedIndex) as taskTracingVO; //取得要传输的值
/*
* 弹出窗口
* 注意:popupmanage
原创
2012-07-25 16:46:37 ·
1226 阅读 ·
0 评论