Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 | 29 |
30 | 31 |
Tags
- 라도무스dvd
- JavaScript
- 스냅잘찍음
- dbContext
- extraParams
- extjs
- minimalAPI
- Request
- 에스가든스냅
- Store
- Config
- ORM
- c#코딩의기술실전편
- .net
- EFCore
- mac
- error
- vscode
- lazy loading
- React
- scanner
- c#
- 명시적외래키
- 대전본식영상
- 상속
- JSON
- 코드프로그래머스
- LINQ
- ViewModel
- intellij
Archives
- Today
- Total
ejyoo's 개발 노트
extjs proxy request 오버라이딩 방법 본문
doRequest: function(operation, callback, scope){
// debugger;
// var writer = this.getWriter();
// var request = this.buildRequest(operation, callback, scope);
// if (operation.allowWrite()) {
// request = writer.write(request);
// }
// Ext.apply(request, {
// headers : this.headers,
// timeout : this.timeout,
// scope : this,
// callback : this.createRequestCallback(request, operation, callback, scope),
// method : this.getMethod(request),
// jsonData : this.extraParams,
// disableCaching: false // explicitly set it to false, ServerProxy handles caching
// });
// Ext.Ajax.request(request);
// return request;
}