티스토리 뷰
ExtJS 시작하기
http://www.sencha.com/learn/legacy/Tutorial:Introduction_to_Ext_(Korean)
페이지 시작시...
jQuery | ExtJS |
$(function() { ... }); | Ext.onReady(function() { ... }); |
DOM 노드 선택
<input type="text" id="user_name" name="user_name" />
일반 | jQuery | ExtJS |
var user_name = document.getElementById("user_name"); | var user_name = $('#user_name'); | var user_name = Ext.get('user_name'); |
DOM 노드 찾아서 선택
<p>paragraph 1</p>
<p>paragraph 2</p>
<p>paragraph 3</p>
jQuery | ExtJS |
var p = $('body').find('p'); | var p = Ext.select('p'); |
버튼 이벤트 다루기
<input type="button" id="btnGo" value="가자" />
jQuery | ExtJS |
$('#btnGo').click(function() { ... }); | Ext.get('btnGo').on('click', function() { ... }); |
'웹프로그래밍 > js' 카테고리의 다른 글
[Sencha Touch] Theme 생성을 위한 Ruby, SASS, Compass (0) | 2012.03.08 |
---|---|
텍스트 비교 구현 관련 (0) | 2012.03.06 |
IE: HTML Parsing Error: Unable to modify the parent container element before the child element is closed (KB927917) (5) | 2012.01.17 |
jQuery Mobile 에서의 form (0) | 2012.01.03 |
jQuery.postJSON ? (0) | 2012.01.03 |
댓글
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
- Make Use Of
- How to geek
- 인터넷 통계정보 검색시스템
- 트위터 공유 정보모음
- 웹표준KR
- 치우의 컴맹탈출구
- Dev. Cheat Sheets
- w3schools
- Dev. 조각들
- ASP Ajax Library
- CSS Tricks
- WebResourcesDepot
- jQuery Selectors Tester
- DeveloperSnippets
- Smashing Magazine
- Nettuts+
- devListing
- 웹 리소스 사이트(한)
- Mobile tuts+
- Dream In Code
- Developer Tutorials
- CSS3 Previews
- 자북
- 안드로이드 사이드
- Code Visually
- Code School
- SQLer.com
- 무료 파워포인트 템플릿
- iconPot
- Free PowerPoint Templates
- Design Bombs
- Web Designer Wall
- 1st Webdesigner
- Vandelay Design
- 무료 벡터 이미지 사이트들
- Tripwire Magazine
- Web TrendSet
- WebMonkey
- 윤춘근 프리젠테이션 디자이너 블로그
- cz.cc 무료 DNS
- [웹하드] MediaFire
- [웹하드] DivShare
- 한컴 인터넷 오피스
TAG
- 워드프레스
- centos
- git
- iis
- Debug
- nginx
- CSS
- iphone
- classic asp
- 안드로이드
- mssql
- JQuery
- Wordpress
- IE
- Docker
- Android
- JSON
- sencha touch
- javascript
- 한글
- Mac
- IOS
- Linux
- laravel
- Chrome
- nodejs
- ASP
- PHP
- Prototype
- API
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함