cancel
Showing results for 
Search instead for 
Did you mean: 

How to make a link function?

Former Member
0 Kudos

Hi All,

I have a Table to display the data. I have a column in the table that holds as a record the link which is of type "LinkToaction".

In the properties for the columntext I am assigning

an eventhandler to the onAction.

I am provided with a URL.Can any one suggest me how to go about it.If u have any other approach, it will be fine.

Looking forward to you.

Regards

DK

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

In the action handler:

wdComponentAPI.getWindowManager().createNonModalExternalWindow(url, windowTitle);

Armin