cancel
Showing results for 
Search instead for 
Did you mean: 

Using defaultButtonId property of container or group

Amey-Mogare
Contributor
0 Kudos

Dear All,

I am using NW 7.1 and I am having one login view in which user has to enter username and password and click on 'Login' button.

I want to make this happen even if he hits 'Enter' key of keyboard. How do I do it?

This button is residing in a "Group"

Pls suggest.

Regards,

Amey Mogare

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

refer to this thread:

[;

Regards,

Martin

Answers (1)

Answers (1)

Former Member
0 Kudos

You don't need to assign an action to the "onEnter" event of every input field. Assign the ID of the default button to the top-most container's "defaultButtonId" property and set the "isLayoutContainer" property of this container to false.

Armin