« Logical Grouping...using FIELDSET | Main | Where am i? Using input:focus. »
Tuesday
Feb082011

From green screen to the web...using tabindex

Legacy app users know the data imput screens they use inside and out, sometime never having to look up when entering data because they know the forms that well. We need to mimic this when we move these legacy apps to the web and one way to help us using the tabindex element.

Tabindex allows you to set the tab order of inputs, select lists, form elements and even buttons. In APEX we can do this by filling in the HTML Form Element Attributes input on our item edit screens. Set your tab order by simple adding "tabindex=x", with x being a number. Want to skip an element? Set the tabindex to be -1.

PrintView Printer Friendly Version

EmailEmail Article to Friend

Reader Comments

There are no comments for this journal entry. To create a new comment, use the form below.

PostPost a New Comment

Enter your information below to add a new comment.

My response is on my own website »
Author Email (optional):
Author URL (optional):
Post:
 
Some HTML allowed: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong>