AntonioM Posted September 25, 2015 Posted September 25, 2015 Hello How can set UniCheckBox text transparent ? Regards Antonio Quote
Sherzod Posted September 25, 2015 Posted September 25, 2015 Hi, One of the possible solutions, try: UniCheckBox1 -> ClientEvents -> ExtEvents ... function afterrender(sender, eOpts) { sender.boxLabelEl.dom.style.opacity = "0.5"; } or sender.boxLabelEl.setStyle("opacity", "1"); Best regards. Quote
AntonioM Posted October 1, 2015 Author Posted October 1, 2015 In older versions of Unigui this control was transparent, i.e., if I put it on a image, I could see text and image background. In this version I just see back color of control. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.