refreshDataSource
Refreshes the content of a single control based on its DataSource (not the SubDataSource!). If outside parameters have changed, you can force the brixxbox to reload the content of that control.
Parameters
Example Usages
brixxApi.refreshDataSource("myControlId"); //Refreshes just "myControlId" brixxApi.refreshDataSource(); //Refreshes all Controls with a DataSource in the appLast updated