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
- mac
- ORM
- 스냅잘찍음
- lazy loading
- 상속
- c#코딩의기술실전편
- 라도무스dvd
- 명시적외래키
- EFCore
- scanner
- intellij
- 에스가든스냅
- dbContext
- extjs
- 대전본식영상
- .net
- ViewModel
- Store
- React
- extraParams
- minimalAPI
- c#
- JavaScript
- error
- 코드프로그래머스
- JSON
- Request
- vscode
- LINQ
- Config
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;
}