1. 程式人生 > >Extjs xtype為box時的點選事件

Extjs xtype為box時的點選事件

{xtype:'box',style:'margin-left:144px !important;cursor:pointer',width:100,height:24,autoEl:{tag:'img',src:'/sys/baseclass/Boot/img?img=com/taijue/user/patrol/dataManage/route/img/mapp.png'},listeners : {                             render : function() {                                 Ext.fly(this.el).on("click",function() {                                 me.clickHandler();                                 });}}},