프로그래밍/ExtJS
ExtJS multiple rowselect
꿈을드림
2011. 12. 16. 15:39
멀티 select 에서 더블클릭으로 계속 추가 되는거 만들다가 -_-;;
rowselect 두번째 인자 값에 true 로 해야 된다는 -_-;;
rowselect 두번째 인자 값에 true 로 해야 된다는 -_-;;
Selects a row. Before selecting a row, checks if the selection model is locked and fires the beforerowselect event. If these checks are satisfied the row will be selected and followed up by firing the rowselect and selectionchange events.
Parameters
- row : Number
The index of the row to select
- preventViewNotify : Boolean (optional)
Specify true to prevent notifying the view (disables updating the selected appearance)