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.

Icons linked to scripts
#2
There's a better solution for your task, you can enable "Show control" for that element and add additional class "mydimmer" and style it via CSS.

Here's a small example to start from:
   
Code:
.usermode .mydimmer .btn {
 text-shadow: none;
 color: transparent;
 background-size: 60%;
 background-repeat: no-repeat;
 background-position: center center;
}
.usermode .mydimmer .dimmer-down {
 background-image: url('/scada/resources/icons/plus-minus-off.png');
}
.usermode .mydimmer .dimmer-up {
 background-image: url('/scada/resources/icons/plus-minus-on.png');
}
Also, you can enable "No bus write" for visualization elements, this will not send a KNX telegram to KNX/TP, only internally and to KNX/IP if enabled.
Reply


Messages In This Thread
Icons linked to scripts - by Tinysprings - 28.07.2015, 20:07
RE: Icons linked to scripts - by admin - 29.07.2015, 06:12
RE: Icons linked to scripts - by Tinysprings - 29.07.2015, 06:23

Forum Jump: