일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- Hashtable
- string
- Eureka
- 객체형변환
- ALTER
- fuction
- arguments
- 추상클래스
- start()
- 생성자
- eclipse
- Vector
- run()
- overload
- class
- reference
- Polymorphism
- hashCode
- super
- value
- override
- object
- methodArea
- abstractclass
- MSA
- constantnumber
- concreteclass
- hamobee
- 콘크리트클래스
- garbagecollection
- Today
- Total
목록JavaScript (15)
뇌운동일지
Ext.getCmp("grid").reconfigure(null, columns_temp);
날짜 바꿀때마다 method 호출 listeners { select : ---- } 이런 구조로 쓰면 됨.
white-space:pre; 스타일을 줘서 해결 forums.ext.net/showthread.php?22229-Prevent-automatic-trim-in-Grid-Cell
sencha app build --clean development blog.pmhtech.net/10
widget 에 넓이를 주는 것이 기능적으로 역할이 있는 것인줄 몰랐다. (예제를 복붙하기만한 폐해라고 할 수 있다.) grid 를 정의할 때, flex : 1 을 추가하니 문제가 해결되었다. 참고자료 stackoverflow.com/questions/21740108/extjs-debugging-e-layout-run-failed-in-a-custom-component
현재 프로젝트의 ExtJS 버전 확인부터 프로젝트의 src > main > webapp > ext > version.properties 에서 확인 확인 결과 -> 6.5.3 - Ext.pivot.Grid 활용 원하는 것이 버전 7.0.0 에 예시로 나와있다. docs.sencha.com/extjs/7.0.0/guides/components/pivot_grid.html 버전 6.5.3 에서 찾은 예제 (pivot grid) docs.sencha.com/extjs/6.5.3/guides/components/pivot_grid.html pivot grid kichen sink examples.sencha.com/extjs/6.5.3/examples/kitchensink/?modern#all viewLayout..