cancel
Showing results for 
Search instead for 
Did you mean: 

Use of Enter in toolbars/forms

Former Member
0 Kudos

Hello!

I think the question was discussed already, but I can't find the threads, so sorry for possible duplication.

Is that possible to react somehow on keyboard "Enter" in WDpro views?

Particularly I've added an input field "search criteria" to the toolbar of a table and next to it "Find" button. I'm wondering if that's possible to react on enter in the input field without need of mouse click on the button?

Thanks!

Best regards,

Nick

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Victor,

thank you very much! It is exactly what I was looking for.

Somehow I overseen the method thinking it's about mouse-in or another typical JS event.

Best regards,

Nick

Former Member
0 Kudos

Hi,

Yes it is possible.

An inputField has an event called onEnter wich is what you are looking for. (as I understood)

Hope it helps,

Victor