Within a title block referencing a specific model I have a button that calls an inline javascript snippet. I would like to reference the Model that is within the context of the Title block that the button call is coming from. For example if the Title Block is referencing a Model called MyAccounts then what javascript would I use to get the Model MyAccounts dynamically? If I were calling a snippet from within a Row I could use something like arguments[0].item. But I am not sure what the syntax should be for what I am attempting.
Page 1 / 1
Second line.
var params = arguments[0], model = params.model, $ = skuid.$;<br>
Thank you. It was exactly what I needed.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.