【发布时间】:2011-07-01 14:01:35
【问题描述】:
是否可以向 closeHandler Alert 函数发送参数? 函数获取的第一个参数是CloseEvent,但是如何发送另一个呢?
<s:Button id="btnLoadLocalData" label="Load data"
click="Alert.show('Populate list with local data?', '', Alert.YES | Alert.CANCEL, this, loadLocalData(???parameters???), null, Alert.OK);"/>
谢谢!
【问题讨论】:
标签: apache-flex parameters alert send