java - How to add formatting to a Radio Button in GWT? -
i need format text alongside particular radio button in gwt, how change formatting particular radio button ?
if there particular way through java code itself, don't want edit xml or directly add css scripts.
also tried using :
rb.addstylename(resources.instance.csselements().red()); rb.addstylename(resources.instance.csselements().boldfont());
but didn't work.
did call resources.instance.csselements().ensureinjected()?
see question: when use gwt ensureinjected()?
Comments
Post a Comment