Skip to content

Instantly share code, notes, and snippets.

@goofmint
Created May 16, 2017 01:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save goofmint/cdb12b26c0f7d91fff64ca76268f4b43 to your computer and use it in GitHub Desktop.
Save goofmint/cdb12b26c0f7d91fff64ca76268f4b43 to your computer and use it in GitHub Desktop.
7.md
// validateのチェックが通り、submitが行われるときに実行するハンドラ
submitHandler: function(orgThis, form, ev) {
alert('FORMの内容をサーバに送信します。');
form.submit();
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment