I'm try to make a hidden field on my code with ST 1.1, but I've error in console log.
I have this code:
var hddNumClient = new Ext.form.Hidden({
xtype : 'textfield',
name : 'hddNumClient',
id : 'hddNumClient',
value : ''
})
I need to create a hidden field and run environment to pass another value response. Please help me.