This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

Open another device visualization with a button
#3
(11.02.2019, 09:07)admin Wrote: You can call window.open from Custom JavaScript to open any URL in new tab/window. Set additional classes to link for your element.
Code:
$(function() {
 $('.link').off('vclick').on('vclick', function() {
   window.open('http://openrb.com');
 });
});

Thank you admin,

B.R,
Chouaibou.
Reply


Messages In This Thread
RE: Open another device visualization with a button - by CHOUAIBOU - 11.02.2019, 09:11

Forum Jump: