Flex 函数作为参数传递
//删除 //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// 类文件:FlexUtility.as ??????? //函数作为参数传递,再执行。 ???? ?? ??? ?{ ?? ??? ??? ?var bReturn:Boolean=false; ?? ??? ??? ?Alert.yesLabel="确定";? ? ?? ??? ??? ?Alert.noLabel="取消"; ?? ??? ??? ?Alert.show(strInfo,"温馨提示:",Alert.YES|Alert.NO|Alert.NONMODAL,null, ?? ??? ??? ?function(event:CloseEvent):void ?? ??? ??? ?{?????????????????????? ? ?? ??? ??? ??? ?if(event.detail==Alert.YES)?? ? ?? ??? ??? ??? ?{??? ? ?? ??? ??? ??? ??? ?//执行函数 ?? ??? ??? ??? ??? ?DelScenicTypeFun();?? ??? ??? ??? ??? ? ?? ??? ??? ??? ?}?? ? ?? ??? ??? ??? ?else if(event.detail==Alert.NO) ?? ??? ??? ??? ?{ }?? ??? ??? ? ?? ??? ??? ??? ? return; ?? ??? ??? ?},Alert.NO); ?? ??? ?} (编辑:李大同) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |