Hello,
For all buttons I create, they appear to be transparent in the simulator, and that's ok. For the BackButton this doesn't happen. Its label appears on black background. How can I make it transparent just like for usual buttons?
CODEBOX
this.backButton = new KONtx.control.BackButton({
label: $_('back_button'),
styles: {
textAlign: "center"
}
}).appendTo( this );
Thanks,
Florin