ExtJS multiple rowselect
2011. 12. 16. 15:39ㆍ프로그래밍/ExtJS
멀티 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)
'프로그래밍 > ExtJS' 카테고리의 다른 글
Extjs 키이벤트시 다른 키 이벤트 중복하지 않게하기 (0) | 2012.01.29 |
---|---|
Extjs 새창에서 Extjs 컨트롤 (0) | 2012.01.19 |
ExtJS 여러개의 폼 값을 하나의 버튼으로 전달하는 방법 (0) | 2011.12.06 |
Combobox 에서 매번 선택시 Store를 읽어오기 ! (0) | 2011.12.05 |
Ajax request 로 form 값 넘길때 emptyText가 그냥 넘어갈 때, 처리법 (0) | 2011.12.04 |