cancel
Showing results for 
Search instead for 
Did you mean: 

onAction enter

Former Member
0 Kudos

Hi,

how do i set the property of the button such way that when i press enter then the button should be work.(instead of clicking on button it's default property should be enter)

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Amit,

You can set OnEnter for any of the input field and set its action that you are suppose to call on the click of the button.

Regards,

Murtuza

Former Member
0 Kudos

Hi,

Create a action For the button

set the properties as mentioned by Armin above for the container where the button belongs.

once you press enter action associated with the button will be fired.

Regards

Ayyapparaj

Answers (3)

Answers (3)

Former Member
0 Kudos

Hey thanx Armin.

Former Member
0 Kudos

You have to set the "defaultButtonId" property in the button's container (e.g. TransparentContainer) to the button ID, and you have to set the "isLayoutContainer" property to false.

Armin

Amey-Mogare
Contributor
0 Kudos

Hi Armin,

I m not able to locate these properties in my view's container.

"defaultButtonId" and "isLayoutContainer"?

I searched for the exact location as u suggested.

pls help me on this..

regards,

Amey

Former Member
0 Kudos

Hi,

There is no property called onEnter related to a button.

thanks & regards,

Manoj

Former Member
0 Kudos

then how do i get it done??? what i've to do for that

Former Member
0 Kudos

Hi,

Well you got the solution by Armin.

thanks & regards,

Manoj