cancel
Showing results for 
Search instead for 
Did you mean: 

Maito onAction

Former Member
0 Kudos

Hello all

Hope you are feeling fine, sitting in my chair I got to a point where I need to use the mailto option as I am doing on linkToUrl but under a button, that meen I need to make an action that will direct to a url, Someone can help here???

Oren

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi,

If your question is to open another window with a URL, then you can use the following code onAction of a button or linktoURL.

IWDWindow window = wdComponentAPI.getWindowManager().createExternalWindow("http://www.google.com/","Google - Search for an e-mail address",false);

window.open();

thanks & regards,

Manoj

Answers (0)