Thank you for reporting this bug. We will make it our priority to review this report.
Timefield hideMode visibility
Timefield hideMode visibility
Small problem with this code: hideMode has no effect.
Code:
items:[{
xtype:'timefield',
id:'time',
hideMode:'visibility'
},{
xtype:'checkbox',
labelText:'hide',
listeners:{
change:function(cmp,nv) {
console.log('Checkchange');
if(nv) Ext.getCmp("time").hide();
else Ext.getCmp("time").show();
}
}
}]
http://ift.tt/1khaZ06
Aucun commentaire:
Enregistrer un commentaire