I need to populate a formPanel when I click on the node of the treePanel,
listeners: {
click: function(n){
var contactForm =Ext.getCmp('contactForm');
en_tete_job.load({ params: { 'id': n.attributes.text} });
}}
I use this code it's run for reload json but I can not fill up the form.