it would be nice if there was a shorthand type reference to the snippet stuff.
eg $Snip.getSnippet()
Page 1 / 1
Jerry, in your code you can define your own shortcuts very quickly like this:
var $Snip = skuid.snippet;
$Snip.register(‘AddNumbers’,function(a,b){return a+b;});
$Snip.get(‘AddNumbers’)(1,2); –> 3
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.