I would like to put a combo box on in visualization from wich I can choose a value (taken from an array, string in that case) to update a address group.
I just need the last puzzle card: how I can do the above via script? I need to:
1) read an array of string
2) create or update the display text value for every object value with each string of the array
17.04.2018, 15:20 (This post was last modified: 17.04.2018, 15:21 by gdimaria.)
(17.04.2018, 13:04)admin Wrote: Can you explain what kind of task do you have? Another solution is to create html select element via Custom JavaScript.
That's my script:
------
ok I can get the playlist name to play with your hints, but... I get the playlists every time with:
You can overwrite custom values with grp.create. You will need a scheduled script to reload playlist from time to time. You will also need to put this list into storage so you can get playlist name from numeric object value in your event script.
(18.04.2018, 08:35)admin Wrote: You can overwrite custom values with grp.create. You will need a scheduled script to reload playlist from time to time. You will also need to put this list into storage so you can get playlist name from numeric object value in your event script.
Is there a way to change the appearance of the Custom Value Select? I have seen the Parameter for the Background. But for our color scheme, it would be cool if I could change the Font Color and the Fill of the cell when selected. (the Blue in the Picture should be Grey or Dark Green/ Petrol).
You can change this via Custom CSS. Use browser Dev tools (F12) to inspect the relevant elements. It will show which properties should be changed in CSS and which CSS selectors should be used.
(17.04.2018, 13:04)admin Wrote: Can you explain what kind of task do you have? Another solution is to create html select element via Custom JavaScript.
Hello admin,
could you share an example of: html select element via Custom JavaScript.
Also, is there a way to add custom values for float datatype?