Hi!! i want to change the style of button on sidebar. each button have a shadow image , i want to remove it . is it possible? if yes then how?
Hi Deepak,
As of now, there is no way to change the default glass/glow effect on the button. But you may certainly change the color using the backgroundColor property in the styles attribute. 1 more thing you may try is to write your own custom button control that extends from KONtx.element.Button and manually add the button label and handle events like onFocus, onSelect in which you will need to take care of changing the background style yourself. This part was automatically taken care in KONtx.control.Button.
Thanks,
Vivek