我有文字字段:
{
xtype: 'textfield',
fieldLabel: 'LBL_EMAIL',
anchor: '100%',
listeners: {
'render': function(p) {
// check certain conditions
this.hide()
}
},
},
Run Code Online (Sandbox Code Playgroud)
"hide()"只隐藏文本框(没有标签),我想隐藏整行(文本框和标签).有任何想法吗?
| 归档时间: |
|
| 查看次数: |
13249 次 |
| 最近记录: |