日期:2014-05-16 浏览次数:20365 次
select( Ext.data.Model[]/Number records, [Boolean keepExisting], [Boolean suppressEvent] )
通过输入的记录参数或者索引选中记录.
Parameters
records : Ext.data.Model[]/Number
一组记录或一个索引
keepExisting : Boolean (optional)
设置true保持当前已经选中的记录
Defaults to: false
suppressEvent : Boolean (optional)
设置True则不会触发select事件
Defaults to: false