cancel
Showing results for 
Search instead for 
Did you mean: 

Event Handling

Former Member
0 Kudos

Hi,

I have created a Tab Strip, for which i have created an onSelected Event. After selecting the tab only, the event is getting triggered, instead of getting triggered initially. But I need the event to be started when the class gets loaded. How to trigger the Tab Strip's event inside the init() method?

Help me.

Thanks & Regards,

Dhana

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Dhana,

One way would be creating a method in the view and calling the method from init() and as well as "OnSelect" action of TabStrip.

For more on eventHandling check this

http://help.sap.com/saphelp_nw04/helpdata/en/5d/64a0ed34c59e4c9754be5c0759c7c0/frameset.htm

Regards, Anilkumar

roberto_tagliento
Active Contributor
0 Kudos

Pls explain better what you wish?

Use a spefic METHOD for do what you want launch on event trigger, and launch the same method at wdIinit of view.

I hope have understood you!

EDIT

maybe better on wdModify.

Message was edited by:

Roberto Tagliento