When you create your own slider and use the buttons that you can add on the page, does anyone know how to reference their component ID to set a property?
I used dev tools to find out the ID is EpButton741, but that is not working. I also tried the ID of the button that I gave it and that did not work either. But I suspect that is because that element does not have a disabled property.
So, it works, but I can’t enable it later on. What is happening is I want to enable it if a certain field = value. The fields I am checking are in TransView and get created on the fly. When the first field gets created and set with a value, it enables the button again, regardless of the value. While you gave me a way to do it, it does not work later on. I am going to go with your original suggestion of creating the buttons myself and not use the OOTB.