当前位置: 代码迷 >> Web前端 >> 透过dispatchEvent()方法手工派发事件
  详细解决方案

透过dispatchEvent()方法手工派发事件

热度:111   发布时间:2012-11-23 00:03:43.0
通过dispatchEvent()方法手工派发事件
var success:Boolean = instanceObject.dispatchEvent(new FlexEvent("event_type"));  //派发事件“event_type” 为事件类型,如click
  相关解决方案