XASD
9 Nov 2012, 7:34 AM
{
xtype: 'input',
type: 'file'
}
still not work. type='text' is generated.
As I can understand,the only way to implement 'type' change is complete replacement of corresponding input element with new 'type'. So event binding-initElement(), must be reinitialized on replace.
Thanks.
xtype: 'input',
type: 'file'
}
still not work. type='text' is generated.
As I can understand,the only way to implement 'type' change is complete replacement of corresponding input element with new 'type'. So event binding-initElement(), must be reinitialized on replace.
Thanks.