Page 1 of 1

TAB versus ENTER for movement bewteen fields

Posted: Fri Aug 07, 2009 12:05 pm
by ConvertFromOldNGs
by synergos >> Tue, 6 Nov 2001 6:05:28 GMT

Hi

Does Jade provide a simple technique at the system level to allow a user to alter their preferences between using TAB or ENTER to tab between fields in a form?

If not at the system level, what is the most efficient method at the application level?

Newbie Steve

Re: TAB versus ENTER for movement bewteen fields

Posted: Fri Aug 07, 2009 12:05 pm
by ConvertFromOldNGs
by cnwjhp1 >> Mon, 3 Dec 2001 5:30:55 GMT

That's Windows functionality, isn't it? You could try intercepting them and swapping them in the form::keyDown method. If it does work, it may cause additional network overhead.

Cheers,
John P