On Apr 5, 6:57 am, James <[EMAIL PROTECTED]> wrote:
> We have created a "modal" dialog box that limits the user's access to
> the page beneath. However, a user can still tab through the page's
> input and link elements. We've been asked to prevent this behavior
> and force the tab order to cycle through only those inputs and links
> visible on the dialog box.
Disable the controls not in the dialog - disabled controls don't get
focus. When the dialog is dismissed, re-enable them.
--
Rob
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby
on Rails: Spinoffs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/rubyonrails-spinoffs?hl=en
-~----------~----~----~----~------~----~------~--~---