SVSI Panel Builder questions
SaumierAV
Posts: 1
Hello everyone
We are using SVSI ( amx) and I have a question regarding panel builder and things I want to do.
Is there a way to change the button template ( background) or change the text color programatically?
I can't find any reference to button properties. ( Is there such thing available.. )
I have made a floor plan with destination and sources as a matrix switcher.
We have around 200 TV and destinations in our facilities.
It would be great to have a visual reference , at a glance, and see what is what with color.
Thanks
0
Comments
Each button is an object that can be referenced by instance name.
The properties of any object can be accessed through the get() method.
The button objects can be added dynamically and standard css patterns leveraged to set the properties
Best thing is to use console to view the object properties and test out different methods of manipulating them in real time.
Simple Google search for "changing css in javascript" will lead you down the rabbit hole fast enough.