读书人

禁用旋钮

发布时间: 2012-11-23 00:03:43 作者: rapoo

禁用按钮
属性: 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

读书人网 >Web前端

热点推荐