Flex弹出窗口
1、警告窗口:
importmx.controls.Alert;
Alert.show(“你确定要删除此项数据吗?”,“确认”,Alert.YES|Alert.NO,null,logout);
privatefunctionlogout(event:CloseEvent):void {
Flex弹出窗口
1、警告窗口:
importmx.controls.Alert;
Alert.show(“你确定要删除此项数据吗?”,“确认”,Alert.YES|Alert.NO,null,logout);
privatefunctionlogout(event:CloseEvent):void {