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
Macro101
76
Views
4
Comments
how to jump to or highlight a specific field on screen
Question
I see that sometimes a pop-up form opens, but the first field is not highlighted.
Also, I would like to jump to a specific field on screen based on some on-change logic on another field.
Is there a logic/function that allows me to go to a specific field?
Thanks
André Siébra
I haven't used this tool before, but I think
JQuery Autotab
can helps you to achieve what you want. You could just take a look to get some ideas.
Macro101
Not familiar at all with JQuery.
Any ideas on how to do that in OutSystems directly? I mean, All I want is really two things:
1) The cursor appear automatically on the first field in a screen. Right now, user has to click on it.
2) A way to programmatically send the cursor to another field (bypassing the tab order) on the same screen.
Thanks
Evert van der Zalm
MVP
Hello Macro,
There is a widget in the RichWidgets (input_SetFocus) which can help you with this.
Kind regards,
Evert
Macro101
I just played with it and it does exactly what I want.
Thanks Evert!
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...