cancel
Showing results for 
Search instead for 
Did you mean: 

On-Enter action/ event on UI Elements Transparent Container/ Tray

Former Member
0 Kudos

Dear Experts,

Is there any way to implement the On-Enter action/ event on the UI Elements Transparent Container/ Tray?

Thanks.

Tee

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello Tee,

You can do one work around :

If you have any button on Transparent Container and you want to trigger that button action on enter then you can do it via this way

Transparent Container->properties->defaultButtonid = button id

Regards,

Varun

Answers (4)

Answers (4)

Former Member
0 Kudos

Varun,

Great.

This is what i am looking for.

Thanks.

Tee

Former Member
0 Kudos

hi,

No such events exist for Transparent Container but in Tray only OnToggle event is there which is triggered when the user expands or collapses the Tray.

Thanx.

arjun_thakur
Active Contributor
0 Kudos

Hi Tee,

As such there is no OnEnter event for either tray or transparent container but tray has some other events like onToggle associated with it.

Refer this online help: http://help.sap.com/saphelp_nw70ehp1/helpdata/en/42/b6836382323122e10000000a1553f7/content.htm

I hope it helps.

Regards

Arjun

abhimanyu_lagishetti7
Active Contributor
0 Kudos

Framework doesnot provide any events for these UI elements.

Abhi