while(node.firstChild) {
node.removeChild(node.firstChild);
}
就这样!
声明:本站教程文章版权为一起Ext(http://www.17ext.com/)所有,转载请注明出处
while(node.firstChild) {
node.removeChild(node.firstChild);
}
在创建grid时候这个是必须的: tbar : [{ id : 'newWindow', text : '工具...
方法如下: function delTbar(){ var toolbar = window.frames[frame1].document....