日期:2014-05-16 浏览次数:20360 次
1、新增一条行
table.rows
row.cells
insertCell()
insertRow()
?
?
2、ExtDom取得父对象、子对象
Ext.get('id').parent('tr')
Ext.get('id').child('tr')
?
3、通过CSS选取某个DOM元素下的对象
Ext.get('').select('tr.div')
?
4、Ext.select('div.mydiv1').first()
?
5、如果使用ext-core的话只是引入ext-core.js是不行的
这个core中不包括Ext.js中的内容