There is button in West region to refresh the center region. But it didn't working. Can anyone help me about it.
I am using viewport as the frame.I'm new in ExtJS.
There is button in West region to refresh the center region. But it didn't working. Can anyone help me about it.
I am using viewport as the frame.I'm new in ExtJS.
If you give provide some code that will be helpful to address your question.
If you want to update the charts, get the id of the charts and update the charts with the data. If you want to add totally different components by removing the existing, you can do many ways.. below is one among them.
var center = Ext.getCmp('centerRegionId');
center.removeAll();
center.add({xtype:panel});//new component