programmatically submit form if and only if the onSubmit returns true
onSubmit
if(!(this.onSubmit() === false)){ this.containerNode.submit(); }