一、事件列表
选择事件 select:function(选择的对象,返回的数据,选择的index){}//在创建ComboBox时使用
获得焦点 focus:function(){ };
失去焦点 blur:function(){ };
动作运行 activate:function(){ }; this.getUpdater().refresh();
二、对象添加监听器addListener('rowdblclick',function(){});
一、事件列表
选择事件 select:function(选择的对象,返回的数据,选择的index){}//在创建ComboBox时使用
获得焦点 focus:function(){ };
失去焦点 blur:function(){ };
动作运行 activate:function(){ }; this.getUpdater().refresh();
二、对象添加监听器addListener('rowdblclick',function(){});