[Extjs] FormPanel 中button的disabled控制

实现效果:根据输入框是否都已满足条件,控制“保存”按钮是否可点击

具体操作:

1.在FormPanel中,加属性 MonitorValid="true";

2.在FormPanel中,与Buttons平级,写:


效果图:


你可能感兴趣的:(Ext)