Foucs on Control on Dynamically via flow or Javascription Action

0
Hello All,   I am trying to build a Mendix native application which after pressing enter on the textbox focus should go on the second textbox  which is controlled by nano flow or javascript active. 
asked
1 answers
1

Hi Sachin,

 

You can archieve focusing to the next element with the following steps:

 

1) On your first Textbox, enter it's properties and go to Events. Set the On Enter key press event to Nanoflow and create a new Nanoflow:

image.png

 

2) On the created Nanoflow, simply use the Activity Focus next

image.png

image.png

 

If you don't have such Activity, download the following Marketplace module:

image.png

 

This way, when you press Enter, you will be focused to the next element:

image.png

 

I hope that solves your question, best regards!

answered