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.

Feature requests
#68
@AlexLV, value select window is scaled automatically based on the value length. You can set a fixed width via CSS but it will affect all controls that use pop-up windows:
Code:
.widget-control-dialog {
  width: 320px;
}



@Novodk, can you explain your use case with background images? There's an "Apply background/border to Plan view widgets" option in Global appearance settings that might do what you need.

Old Custom JavaScript examples won't work. New Custom JS documentation is not ready yet and some parts might still change. Use this to show a specific plan when an object value is true:
Code:
localbus.listen('object', '0/0/1', (value) => {
  if (value) {
    Visu.showPlan(123)
  }
})
Reply


Messages In This Thread
Feature requests - by admin - 21.10.2024, 12:09
RE: Feature requests - by Rune - 21.10.2024, 12:24
RE: Feature requests - by Rune - 21.10.2024, 19:30
RE: Feature requests - by savaskorkmaz - 08.11.2024, 08:18
RE: Feature requests - by Daniel - 08.11.2024, 08:59
RE: Feature requests - by savaskorkmaz - 08.11.2024, 09:56
RE: Feature requests - by savaskorkmaz - 02.12.2024, 06:52
RE: Feature requests - by AEK - 12.02.2025, 13:13
RE: Feature requests - by admin - 12.02.2025, 13:36
RE: Feature requests - by AEK - 01.04.2025, 13:57
RE: Feature requests - by Fahd - 19.02.2025, 19:59
RE: Feature requests - by Diggerz - 20.02.2025, 07:50
RE: Feature requests - by NKereshki - 16.04.2025, 14:53
RE: Feature requests - by Daniel - 17.04.2025, 07:19
RE: Feature requests - by NKereshki - 17.04.2025, 07:42
RE: Feature requests - by admin - 17.04.2025, 09:54
RE: Feature requests - by NKereshki - 17.04.2025, 13:44
RE: Feature requests - by CristianAgata - 23.05.2025, 19:09
RE: Feature requests - by Daniel - 23.05.2025, 19:12
RE: Feature requests - by CristianAgata - 23.05.2025, 19:20
RE: Feature requests - by AlexLV - 06.08.2025, 06:31
RE: Feature requests - by admin - 06.08.2025, 07:36
RE: Feature requests - by AlexLV - 06.08.2025, 11:52
RE: Feature requests - by Daniel - 06.08.2025, 12:09
RE: Feature requests - by AlexLV - 07.08.2025, 11:06
RE: Feature requests - by admin - 07.08.2025, 13:42
RE: Feature requests - by AlexLV - 10.08.2025, 21:20
RE: Feature requests - by Daniel - 11.08.2025, 08:15
RE: Feature requests - by AlexLV - 11.08.2025, 09:57
RE: Feature requests - by AlexLV - 12.08.2025, 06:55
RE: Feature requests - by forsterm - 14.08.2025, 06:43
RE: Feature requests - by Daniel - 14.08.2025, 07:33
RE: Feature requests - by forsterm - 14.08.2025, 09:46
RE: Feature requests - by Daniel - 14.08.2025, 10:10
RE: Feature requests - by AlexLV - 14.08.2025, 20:03
RE: Feature requests - by Daniel - 15.08.2025, 07:29
RE: Feature requests - by savaskorkmaz - 15.08.2025, 13:26
RE: Feature requests - by admin - 15.08.2025, 13:42
RE: Feature requests - by savaskorkmaz - 15.08.2025, 14:21
RE: Feature requests - by savaskorkmaz - 15.08.2025, 13:50
RE: Feature requests - by Daniel - 15.08.2025, 13:52
RE: Feature requests - by AlexLV - 15.08.2025, 14:15
RE: Feature requests - by admin - 15.08.2025, 14:19
RE: Feature requests - by AlexLV - 18.08.2025, 11:50
RE: Feature requests - by admin - 15.08.2025, 14:31
RE: Feature requests - by savaskorkmaz - 15.08.2025, 14:36
RE: Feature requests - by admin - 19.08.2025, 07:28
RE: Feature requests - by AlexLV - 19.08.2025, 07:41
RE: Feature requests - by Daniel - 19.08.2025, 08:28
RE: Feature requests - by AlexLV - 19.08.2025, 08:42
RE: Feature requests - by Daniel - 19.08.2025, 08:46
RE: Feature requests - by AlexLV - 19.08.2025, 09:00
RE: Feature requests - by Daniel - 19.08.2025, 09:04
RE: Feature requests - by AlexLV - 19.08.2025, 09:15
RE: Feature requests - by Daniel - 19.08.2025, 09:27
RE: Feature requests - by AlexLV - 19.08.2025, 09:39
RE: Feature requests - by Daniel - 19.08.2025, 09:40
RE: Feature requests - by AlexLV - 19.08.2025, 09:45
RE: Feature requests - by Daniel - 19.08.2025, 09:53
RE: Feature requests - by Daniel - 19.08.2025, 09:58
RE: Feature requests - by AlexLV - 19.08.2025, 10:54
RE: Feature requests - by Daniel - 19.08.2025, 13:36
RE: Feature requests - by AlexLV - 20.08.2025, 23:14
RE: Feature requests - by Daniel - 21.08.2025, 08:57
RE: Feature requests - by Novodk - 22.08.2025, 17:23
RE: Feature requests - by AlexLV - 22.08.2025, 21:25
RE: Feature requests - by Novodk - 24.08.2025, 18:40
RE: Feature requests - by admin - 25.08.2025, 07:15
RE: Feature requests - by Novodk - 29.09.2025, 09:12
RE: Feature requests - by Novodk - 25.08.2025, 07:30
RE: Feature requests - by Daniel - 25.08.2025, 07:32
RE: Feature requests - by Juande - 28.08.2025, 08:38
RE: Feature requests - by admin - 28.08.2025, 08:52
RE: Feature requests - by Juande - 28.08.2025, 10:04
RE: Feature requests - by savaskorkmaz - 02.09.2025, 13:22
RE: Feature requests - by Daniel - 02.09.2025, 13:23
RE: Feature requests - by AlexLV - 03.09.2025, 09:16
RE: Feature requests - by AlexLV - 12.09.2025, 13:13
RE: Feature requests - by stianj - 16.09.2025, 13:46
RE: Feature requests - by Daniel - 16.09.2025, 13:50
RE: Feature requests - by stianj - 16.09.2025, 15:11
RE: Feature requests - by VarvarM - 22.09.2025, 10:59
RE: Feature requests - by Novodk - 24.09.2025, 10:46
RE: Feature requests - by Daniel - 24.09.2025, 10:51
RE: Feature requests - by Novodk - 24.09.2025, 11:02
RE: Feature requests - by admin - 29.09.2025, 10:47
RE: Feature requests - by Novodk - 08.10.2025, 14:09
Widget compact mode - by CristianAgata - 05.10.2025, 14:01
RE: Feature requests - by Daniel - 06.10.2025, 07:31
RE: Feature requests - by admin - 08.10.2025, 14:25
RE: Feature requests - by Novodk - 08.10.2025, 14:35
RE: Feature requests - by davidchispas - 13.10.2025, 09:34
RE: Feature requests - by Daniel - 13.10.2025, 09:44
RE: Feature requests - by davidchispas - 13.10.2025, 10:22
RE: Feature requests - by Daniel - 13.10.2025, 10:42
RE: Feature requests - by Daniel - 13.10.2025, 10:53
RE: Feature requests - by davidchispas - Yesterday, 08:06

Forum Jump: