// used to be to refresh model from page that called a page include // before page include action skuid.snippet.registerSnippet('setSourceModelName',function(args) { var params = arguments[0], $ = skuid.$; sourceModelName = params.model.id; }); // used in conjunction with snippet 'setSourceModelName' skuid.snippet.registerSnippet('querySourceModel',function(args) { var params = arguments[0], $ = skuid.$; skuid.$M(window.sourceModelName).updateData(); });<br>
Page 1 / 1
Found this post and it is very helpful, thanks. it did leave me wondering if it is possible to have an action taken in one page include refresh models on other page includes.
Eric~
That’s an interesting idea but it is not currently possible.
Thanks!
Karen
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.