Tab sequence between fields
I have searched the topics to see if my question is already answered but could find none. Sorry if this is a repeat question.
Can Prototyper Pro simulate tabbing from one field to a next field until you get to the end of the form either in the build in simulator or on an exported/published html page?
Regards,
Phlip
To anyone having trouble with this, here's something that will pretty much do the above.
Create event -> Keyboard -> OnKeyUp -> (use the enter key, or tab or whatever key you want to cycle to the next field) -> Set focus on -> the next text box
That should do it, hope that helps people
To anyone having trouble with this, here's something that will pretty much do the above.
Create event -> Keyboard -> OnKeyUp -> (use the enter key, or tab or whatever key you want to cycle to the next field) -> Set focus on -> the next text box
That should do it, hope that helps people
Hi,
Take a look at this tutorial: http://justinmind.com/prototyper/lear...
It should teach you how to do this.
Best,
Marc
Hi,
Take a look at this tutorial: http://justinmind.com/prototyper/lear...
It should teach you how to do this.
Best,
Marc
To anyone having trouble with this, here's something that will pretty much do the above.
Create event -> Keyboard -> OnKeyUp -> (use the enter key, or tab or whatever key you want to cycle to the next field) -> Set focus on -> the next text box
That should do it, hope that helps people
To anyone having trouble with this, here's something that will pretty much do the above.
Create event -> Keyboard -> OnKeyUp -> (use the enter key, or tab or whatever key you want to cycle to the next field) -> Set focus on -> the next text box
That should do it, hope that helps people
Replies have been locked on this page!