Skip navigation
Currently Being Moderated

Excluding Links/Buttons from Tab Order

Jun 21, 2012 10:55 AM

Is it possible to remove items from a form's Tab Order?

 

I have a few items that I do not want to tab into, including a few hyperlinks. The hyperlinks are on a separate page of the PDF from the editable fields, and I want the tab order to recycle to the start of the fields after the last one is exited. I do not want to switch to the page which includes the links if the user hits the tab key from the last field on the form; I would prefer to cycle back to the first field.

 
Replies
  • George Johnson
    9,208 posts
    Aug 11, 2002
    Currently Being Moderated
    Jun 21, 2012 11:29 AM   in reply to MarkWalsh

    No. The best you can do is use the setFocus field method to explicitly set the focus to a particular field. You can use it in the On Blur event of the last field on the first page.

     
    |
    Mark as:
  • George Johnson
    9,208 posts
    Aug 11, 2002
    Currently Being Moderated
    Jun 21, 2012 1:58 PM   in reply to MarkWalsh

    An approach to dealing with that is to add a dummy button to the end of the tab order, it doesn't even have an appearance or do anything else useful.

     
    |
    Mark as:

More Like This

  • Retrieving data ...

Bookmarked By (0)

Answers + Points = Status

  • 10 points awarded for Correct Answers
  • 5 points awarded for Helpful Answers
  • 10,000+ points
  • 1,001-10,000 points
  • 501-1,000 points
  • 5-500 points