- new Ext.Toolbar.TextItem('工具条:'),
- {
- xtype:'textfield',
- listeners: {
- render: function(p) {
- // Append the Panel to the click handler's argument list.
- p.getEl().on('click', function(p){
- //处理点击事件代码
- });
- },
- single: true // Remove the listener after first invocation
- }}
文本框添加事件
最新推荐文章于 2023-05-25 23:12:52 发布
3919

被折叠的 条评论
为什么被折叠?



