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 up other app and at the same time run a script or knx command
#1
Hi,
does anyone know how I can open up another app from the visualisation (like nuvo :// or mail://) and at the same time trigger a knx command or run a script?

Kind regards,

david de roo
Reply
#2
1. Set Additional classes to action-btn for your button
2. Add this to custom JavaScript (Scripting > Tools > Edit custom JavaScript), change URL as needed:
Code:
$(function(){
  $('.action-btn').on('vclick', function() {
    window.open('http://openrb.com');
  })
});
Reply


Forum Jump: