20.12.2018, 07:09
Hi, when I press on schedulers on a mobil it adapts to the mobile, how do I get a link from this to pressed in touch mode?
Schedulers touch
|
20.12.2018, 07:09
Hi, when I press on schedulers on a mobil it adapts to the mobile, how do I get a link from this to pressed in touch mode?
21.12.2018, 04:59
(This post was last modified: 21.12.2018, 05:41 by oyvindnordbo.)
I have seen on this:
https://forum.logicmachine.net/showthrea...Schedulers I have a link butten in /scada-vis/touch to /scada-vis/schedulers?id=3, but it is psssibole to set the"Back" button on a direct schedulers link to /scada-vis/touch? And take away the "log? out" butten
21.12.2018, 07:35
Try this:
Code: $(function() {
21.12.2018, 07:43
21.12.2018, 08:06
In Custom JavaScript (Scripting > Tools)
21.12.2018, 19:01
Thank you admin, it work perfekt
02.01.2019, 07:08
I want to hide home butten and log out butten in scada-vis/touch, I try to use this, but it don`t work, what is wrong?
$(function() { // hide logout button $('.scada-vis/touch.btn-logout').hide(); // hide home button $('.scada-vis/touch.btn-btn-home').hide(); });
02.01.2019, 07:29
Try '.touch .btn-logout' and '.touch .btn-home'
03.01.2019, 12:25
I use this solution in my custom CSS:
.touch .btn-home { display: none !important; } .touch .btn-logout { display: none !important; } .trends .btn-logout { display: none !important; } .schedulers .btn-logout { display: none !important; }
LM5Lp, firmware: 2018.08.22 and 2021.12.15, FlashSYS v2, ARMv7 Processor rev 5 (v7l), kernel 4.4.151 and 4.4.259
Hi,
Have someone tried to change sonos exit link from /apps to scada-vis (javascript) Tnx
08.09.2019, 18:47
(This post was last modified: 08.09.2019, 18:53 by Erwin van der Zwart.)
Hi,
Normally not possible, custom JS is not available for the apps section. Only thing that is possible is to use a app in a iframe under the normal visu and use custom JS to find the iframe and perform JS action on the content in the iframe. Another option is to find the source code on the apps ftp folder and manipulate the source, downside is when you update the app your manual changes are overwritten again. BR, Erwin |
« Next Oldest | Next Newest »
|