Skip to content

Instantly share code, notes, and snippets.

@nrstott
Created July 18, 2011 19:32
Show Gist options
  • Save nrstott/1090421 to your computer and use it in GitHub Desktop.
Save nrstott/1090421 to your computer and use it in GitHub Desktop.
jsContext.Execute(@"
validateOptions = {
fields: {
'first_name': {
validations: [
{ isValid: 'required', message: 'First Name is required' }
]
}
}
};
var form = {
first_name: ''
};
");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment