/** JSON.decode의 버젼별 코드 */ // ExtJS 3 obj = Ext.util.JSON.decode(action.response.responseText); // ExtJS 4 obj = Ext.JSON.decode(action.response.responseText);
'자바스크립트 > Ext JS' 카테고리의 다른 글
| property.Grid에 사용자 콤보 추가. (2) | 2011.07.06 |
|---|---|
| reconfigure (0) | 2011.07.06 |
| 경고창에 이벤트 주기 (0) | 2011.07.01 |
| form 요소 전체 보기 (0) | 2011.07.01 |
| ExtJs Ajax (0) | 2011.06.27 |