Question

I was recently given a project to modify and I know very little about Grails. All I need to do is edit the code to make it so the user does not have to use a mouse, so I need to set the tab order. How do I do that?

Thanks!

Was it helpful?

Solution

Set the tabindex property on the fields in the .gsp files, just like an HTML page.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top