cancel
Showing results for 
Search instead for 
Did you mean: 

Enter Key triggers outbound plug

0 Kudos

Hi,

I have an application with 2 views. I am having a problem when i am on the second view. If i press the enter key the outbound plug is triggered and i go to the first view. How can I stop the enter key from triggering the plugin.

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

True, the focus is on an input field. So how do i stop it from firing the plug.

Thanks.

Former Member
0 Kudos

Hi,

IF you do not want it absolutely .. you can go to the input field , on_enter , doubble click the action. It will lead you to the action handler.

There you can comment out or remove the statement

wd_this->fire .. plg().

Answers (2)

Answers (2)

0 Kudos

Thanks.

It seems that the default action for the event on_enter for all the fields was to call the button that excutes the plug.

Former Member
0 Kudos

Hi,

You probably have a inputfield and on_enter action has a actionhandler which fires the outbound plug.

It is possible that the moment you press enter the focus is on the inputfield.

First find out how this is triggered and decide what to do and when to do fire the outbound plug.