Manual:Core:DomQuery (Korean) (Legacy)
This version of our Learning Center is unmaintained.
This article may be out-of-date or contain incorrect information.
Please visit the new Sencha Learning Center for up-to-date material.
From Sencha - Learn
| Summary: DOM Query |
| Author: Maxence Delannoy (번역:데꾸벅:techbug) |
| Published: 07-29-2007 |
| Ext Version: 1.1 |
Languages: English Chinese Korean
|
DomQuery는 문서의 요소들에 접근하게 해준다..
== Some examples ==
현재 문서의 div엘리먼트의 갯수를 보려면 아래와 같이 해준다..
alert(Ext.DomQuery.select('div').length);
15번째 div요소를 강조하려면 아래와 같이 해준다.
Ext.get(Ext.DomQuery.selectNode('div:nth(15)')).highlight()
This page was last modified on 26 November 2007, at 05:38.
This page has been accessed 5,751 times.

Korean