当前位置: 代码迷 >> JavaScript >> 平时记忆 ExtJs
  详细解决方案

平时记忆 ExtJs

热度:280   发布时间:2012-11-22 00:16:41.0
平常记忆 ExtJs
 var w = Ext.getCmp('west-panel');
            // expand or collapse that Panel based on its collapsed property state
            w.collapsed ? w.expand() : w.collapse();
Ext.QuickTips.init(); 

?

w.collapse();	
b.collapse();	

??

  相关解决方案