Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

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);