Skip to Content (Press Enter)
OutSystems.com
Personal Edition
Community
Support
Training
Training
Online Training
Developer Schools
Boot Camps
Certifications
Tech Talks
Documentation
Documentation
Overview
ODC
O11
Forums
Forge
Get Involved
Get Involved
Jobs
Ideas
Members
Mentorship
User Groups
Platform
Platform
ODC
O11
Search in OutSystems
Log in
Get Started
Back to Forums
Joshua Drignat
18
Views
3
Comments
Set the tab order of fields
Question
Is there an option that I can use to set the tab order to be used when filling out forms? The current path that the system is following when tab is pressed, is slightly odd and I'd like to map the specific order the text boxes follow.
Thanks.
Josh
João Portela
Staff
Hi Joshua,
The correct way is using "tabindex" html attribute in the inputs. This tabindex properties isalready filled by the OutSystems Platform, but you may try to override them using the input "Extended Properties.
Please let me know if you were successfully.
Regards,
João Portela
Ricardo Araújo
Hi Joshua,
like João Portela said, if you override the tabindex property like the image below you'll be able to set the sequence you want
Joshua Drignat
I had tried that earlier, but I had been putting the numbers in quotes ("1", "2", etc). Apprently that's where I went wrong. It's working correctly now. Thanks.
Josh
Community Guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
See the full guidelines
Loading...