【发布时间】:2010-12-26 10:38:00
【问题描述】:
我的代码是:
"
xmlns:custom="Components." initialize="loadProduct()"
>
<mx:Panel id="main" >
</mx:Panel>
<mx:Panel id="addressId" visible="false" >
<custom:AddressForm >
</custom:AddressForm>
</mx:Panel>
我的 AddressForm 代码在另一个 .mxml 文件中
xml 版本="1.0" 编码="utf-8"?>
在 goBack() 事件中我想禁用具有 id="main" 的面板
请告诉我解决方案......
【问题讨论】:
标签: apache-flex