_form.setValues({textContent:''});
//textContent 是name属性
{
xtype: 'textarea',
name:'textContent',
width: '100%',
emptyText:'1111',
allowBlank: false,
height: 150
}
转载于:https://my.oschina.net/u/3136970/blog/877664
_form.setValues({textContent:''});
//textContent 是name属性
{
xtype: 'textarea',
name:'textContent',
width: '100%',
emptyText:'1111',
allowBlank: false,
height: 150
}
转载于:https://my.oschina.net/u/3136970/blog/877664