Page 1 of 1

NavigateToLink

Posted: Fri Oct 12, 2012 9:11 pm
by Eric5020946

what is the parameter for OPEN IN NEW WINDOW in this function when using in custom JS
navigateToLink('url', parameters??)


NavigateToLink

Posted: Fri Oct 12, 2012 11:01 pm
by maxkatz

Use Navigate to Link action or JS directly:

code
window.open(...);
/code