当前位置: 代码迷 >> Web前端 >> 禁用旋钮
  详细解决方案

禁用旋钮

热度:142   发布时间:2012-11-23 00:03:43.0
禁用按钮
属性: disabled : true,  初始化时为禁用

  Ext.getCmp('updateb').disable();  //禁用按钮
  Ext.getCmp('deleteb').enable();    //恢复可用

2:面板

Ext.getCmp('rulepanel').setVisible(true);  //使面板可见

Ext.getCmp('rulepanel').setVisible(false);  //使面板不可见

Ext.getCmp('rulepanel').collapse(true); //使rulepanel收缩

Ext.getCmp('rulepanel').expand(true);   //使rulepanel展开


3:checkbox

属性:inputValue 类似其value

layoutOnTabChange:true 解决tabs加载frompanel使用column布局的问题


ERROR 144 (HY000): Table './snort/acid_event' is marked as crashed and last (automatic?) repair failed

./myisamchk -r -o /data0/mysql/3306/data/it_shanhai/dede_arccache.MYI

修复mysql
  相关解决方案