cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Pass a parameter in event

Former Member
0 Likes
1,353

How can I pass parameters in event?

Say, I have a SAVE button in 3 different views. All will do more or less the same task and so they all call a common module.

But I need to pass some flag or variables from each view to do view-specific task.

How to pass data with each event?

Thanks in adv.

View Entire Topic
RichHeilman
Developer Advocate
Developer Advocate
0 Likes

The common logic should be a separate method callable from all views. The save buttons should have specific actions assigned for each view and of course corresponding event handler methods, in this methods, you can call the common functionality in all of the event handler methods.

Regards,

RIch Heilman