You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

add an invisible submit link to the page:

<input type="submit" style="display: none;">

Tell the form which button 'return' should be attached to:

form.setDefaultButton(ajaxSubmitButton);

  • No labels