I wanted to update the contents of a panel on each click of the rows of a grid to display details about the row.
I tried several different combinations without luck.
In JQuery something I am more familiar with.
I just did
$('#panelname').html(contents);
and it was done. What is synonymous with that in ExtJS?
Thanks
Please guide me.
Thanks.
Ext.DomHelper.overwrite(id, content);
#If you have any other info about this subject , Please add it free.# |