Without fragment, is it possible to refresh the content tree widget in xcp2.2? After creating new folder it is not displaying in content free from root level.
If there are Accepted Answers, those will be shown by default. You can switch to 'All Replies' by selecting the tab below.
The following extjs code used to refresh the store which is blinded with widgets
dbbl.functions.refreshStore=function(widget_id){
Ext.getCmp(xcp.core.PageContextManager.getApplicationPageContext().getComponentByXCPId(widget_id)[0].id).getStore().reload();
return 'Store Re-Loaded';
};
Credit Goes to
Reload the widget store by extjs
Have you done this?
It was implemented by our team
Created custom function for updating the widget store and we are executing on success of case (Folder) creation action
Would it be possible for you to share the function here as I believe it would benefit a lot of people?
Sent from my iPhone