NavigateToLink
Posted: Fri Oct 12, 2012 9:11 pm
what is the parameter for OPEN IN NEW WINDOW in this function when using in custom JS
navigateToLink('url', parameters??)
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
what is the parameter for OPEN IN NEW WINDOW in this function when using in custom JS
navigateToLink('url', parameters??)
Use Navigate to Link action or JS directly:
code
window.open(...);
/code