我有一个表单面板..
和物品..
{
name: 'FINGERPRINT_REQUIRED',
xtype: 'hidden'
},
{
name: '<%=ParamC.FINGERPRINT%>',
fieldLabel: '<spring:message htmlEscape="true" code="EntitlementsHome.FINGERPRINT"/>',
xtype: 'textfield'
}
根据 FINGERPRINT_REQUIRED 值隐藏 FINGERPRINT 字段的最佳方法是什么?
在呈现表单之前我可以使用一个监听器吗?ExtJS 新手,请原谅我的无知 :)
运行 3.x -
任何帮助表示赞赏 -