我有文本框:如何隐藏带有标签的文本框?
{
xtype: 'textfield',
fieldLabel: 'LBL_EMAIL',
anchor: '100%',
listeners: {
'render': function(p) {
// check certain conditions
this.hide()
}
},
},
“隐藏()”只隐藏文本(无标签),我想隐藏整个行(文本框和标签)。 任何想法?
哦,我尽量做到在听众,因为我想显示/隐藏它 “layoutConfig” 一些检查... – 2010-08-27 13:06:44