ExtJs下拉树的实现

 直接上代码:   Ext.ux.TreeCombo = Ext.extend(Ext.form.ComboBox, { constructor : function(cfg) { cfg = cfg || {}; Ext.ux.TreeCombo.superclass.constructor.call(this, Ext.apply({ maxHeight : 300, e
相关文章
相关标签/搜索