cancel
Showing results for 
Search instead for 
Did you mean: 

Click table event

Former Member
0 Kudos

Hi

how to perform a click table event on table view

Jayaram

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Jeyaram

Put the follwing code

OnLeadSelectAction{

String a=wdContext.current<node>Element().get<Att>();

"Note"

if you want to go another view when you click on this

table use below code

wdthis.wdFireplug<DisplayView>();

}

Regards

Dhinakar

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi jeyaram,

U can create a Action and bind to onLeadSelection in Properties

And Write code in EventHandler for the Action

as onAction<Actionname>

{

Your Coding

}

Regards

Sarvanan K