FLEX 之 Alert 提示警告框 - - ITeye技术网站
2011年11月24日 - 按钮文字描述 Alert.yesLabel = "是"; Alert.noLabel = "否"; Alert.cancelLabel = "取消"; // 弹出对话框 Alert.show("确认执行此操作吗?","提示框",...
flex确认提示框 - Jack Deng - 博客园
2011年1月4日 - flex确认提示框 在javascript中,有个confirm的提示框,actionscript可以改变Alert.show();的参数实现这个功能。 Alert.show(”Are you sure you want t...