Question
HCL Technologies Limited
IN
Last activity: 25 Apr 2018 3:26 EDT
how we can add auto tab functionality in section in pega 7.1.9?
I need to have my UI such that when i enter input a textbox the cursor automatically should move to next textbox without me hitting the tab key.
Please do suggest me ways how it can be implemented in 7.1.9 or else is built in activity is available.
-
Like (0)
-
Share this page Facebook Twitter LinkedIn Email Copying... Copied!
Pegasystems Inc.
IN
Hi,
To focus to the next textinput some event must be triggered from the first input.
So you want that "as soon as you are entering the data to the text input you need the cursor to be shifted to next text input" without hitting any key from keyboard?
You need to trigger some event, I think automatically it will not pe possible.
HCL Technologies Limited
IN
Thanks Sahuv.
yes, as you mentioned i need the cursor to be moved to next textinput while i complete entering the first field without hitting any key.
HCL Technologies Limited
IN
Hi Sahuv,
i am unable to find any trigger event as you mentioned in your post? can you please let me know the name?
HCL Technologies Limited
IN
Hi ,
Can you please provide me suggestions if any?
Pegasystems Inc.
IN
Hi Bala,
Please let me know how we can understand "completion of the entering the first text input " ?,
as a user can enter any number of characters to a input filed. If there is some criteria for it we can think of something , if it is not then I think there is no such possiblility.
HCL Technologies Limited
IN
Hi Sahuv,
ok. Let me make it clear. let us take 2 input field box. The first box accepts characters upto length of 3. The second box accepts characters upto length of 6.Now, i am entering the values in first input box so once i input 3 characters, i want the cursor to move to next input box without hitting tab key or any mouse click.
Let me know if you have any questions.
Thanks,
Bala
Pegasystems Inc.
US
Your requirement is much more clear now. There is nothing OOTB you can configure to do this. This sounds like it will require a custom control and/or custom JS.
HCL Technologies Limited
IN
May i know how we can configure custom control ?