Hi . . . how can I alter color of TUIK components ? I’ve dug in and see that there’s reference’s to ./parentoverride, but don’t know how to override the override . . . Or maybe I’m missing some other functionality ?
Thanks !
Hi . . . how can I alter color of TUIK components ? I’ve dug in and see that there’s reference’s to ./parentoverride, but don’t know how to override the override . . . Or maybe I’m missing some other functionality ?
Thanks !
Hey,
all TUIK gadgets come with a clone immune Table DAT called color. For a number of different layers of the gadget you can specify the color in this table by either using real words like “Red” or a custom color value in this format:
rgba(123,255,123,1)
Hope that helps
Markus
Hi Markus,
Yep, that did it, thanks. I has seen that Table DAT (dat Table DAT ?) but didn’t realize that was where to set the colors. I had been looking at the define tables per the WIKI, “Each component has at its root a define Table DAT which lets you change the components behavior and looks”.
Thanks !
Jeff