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 |
Tags
- 자바
- table
- 쿼리
- 컴포넌트
- GIT
- 리액트
- crud
- 개발
- mssql
- Vue
- javascript
- 스프링부트
- 데이터베이스
- Intellij
- jdk
- Spring
- JS
- component
- java
- reactjs
- 보안취약점
- sql
- 개발공부
- EXTJS
- 스프링
- 자바스크립트
- springboot
- React
- DATABASE
- restapi
Archives
- Today
- Total
목록getcomp (1)
준준의 기록일지
[ExtJS] getComp
ExtJS에서는 각각 아래와 같이 변수를 comonent화해서 사용할 수 있다. 1 2 3 4 5 6 7 8 9 var panel=Ext.create("Ext.Panel", { id:'errorPage', height:400, width:800, html:'Hello Ext Js', text:'abcde', renderTo:document.body, hidden:true }); Colored by Color Scripter cs 해당 컴포넌트를 사용하기 위해서는 내부에 id값을 명시하고 var errorPage=Ext.getComp("errorPage") 로 가져와서 사용할 수 있따. 객체 조회 참고 사이트 m.blog.naver.com/PostView.nhn?blogId=h9911120&logNo=50..
ExtJS
2020. 10. 16. 13:41