// Access the "submitted" token model
var tokens = mvc.Components.get("submitted");
// Retrieve the value of a token $mytoken$
var tokenValue = tokens.get("mytoken");
I am using the above code inside
↧