欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

ext監(jiān)聽事件方法[初級篇]

 更新時間:2008年04月27日 18:52:52   作者:  
ext監(jiān)聽事件實(shí)例代碼
<script>function a(){alert('some thing');}Ext.onReady(function(){
    Ext.get("btnAlert").addListener("click",a);//這里監(jiān)聽
           //或者使用
           Ext.get("btnAlert").on("click",a);//效果相同
     });</script>
<input id="btnAlert" type="button" value="alert框" />

相關(guān)文章

最新評論