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
- java
- Intellij
- Spring
- springboot
- javascript
- Vue
- sql
- GIT
- component
- crud
- 쿼리
- 컴포넌트
- 자바스크립트
- 개발
- 리액트
- DATABASE
- 데이터베이스
- React
- restapi
- 스프링
- mssql
- 개발공부
- reactjs
- 자바
- JS
- EXTJS
- 스프링부트
- 보안취약점
- jdk
- table
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