摘要:
加载XMLloadXML = function(xmlFile){ var xmlDoc; if(window.ActiveXObject){ xmlDoc = new ActiveXObject('Microsoft.XMLDOM'); xmlDoc.async = false; xmlDoc.load(xmlFile); } else if (document.implementation &... 阅读全文
posted @ 2010-02-25 17:16
Owen_Zhang
阅读(160)
评论(0)
推荐(0)
摘要:
http://www.packtpub.com/learning-ext-js 阅读全文
posted @ 2010-02-25 16:12
Owen_Zhang
阅读(136)
评论(0)
推荐(0)
摘要:
xtype Class------------- ------------------box Ext.BoxComponentbutton Ext.Buttonbuttongroup Ext.ButtonGroupcolorpalette Ext.ColorPalettecomponent Ext.Componentcontainer Ext.Containercycle Ext.CycleBut... 阅读全文
posted @ 2010-02-25 11:31
Owen_Zhang
阅读(345)
评论(0)
推荐(1)
浙公网安备 33010602011771号