文章列表
前天写了双击GRID然后弹出子窗口,可交互信息的内容
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" xmlns:title="*" layout="absolute" creationComplete="init()">
<mx:Script>
<![CDATA[ ...