sencha controller 任意控制 view 中的元素control: {#carousel_1:{tap:function(){alert(11111)}}
sencha > controller 任意控制 view 中的元素
control: { '#carousel_1':{ tap:function(){ alert('11111'); } }, }
?
就好了
