in Gwt, how to make the text of checkbox bold? -
in gwt, how make text of checkbox bold?, there no setfont in checkbox
checkbox boldcheckbox=new checkbox("ok"); boldcheckbox.setfont()???
anyone know how?
you can
checkbox chk = new checkbox(); chk.getelement().getstyle().setfontsize(14, unit.pt);
i recommending more possibilities
Comments
Post a Comment