禁用按鈕

屬性: 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
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章