level 1
怎样在Viewport分开的页面中为某一个页面设置click监听事件,我这样写的但是不运行:
region:'center',
autoScroll:true,
contentEl:'workflow',
bodyStyle:'background-color:#ffffff'
listeners:{
//render:function(){Ext.MessageBox.alert('helloworld', 'Hello World.');},
click:function(){alert('ssfsdff');}
}
2011年08月12日 01点08分
1
region:'center',
autoScroll:true,
contentEl:'workflow',
bodyStyle:'background-color:#ffffff'
listeners:{
//render:function(){Ext.MessageBox.alert('helloworld', 'Hello World.');},
click:function(){alert('ssfsdff');}
}