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