Thursday 10 July 2014

Change the font into upper case:

CSSStyle ora = new CSSStyle();

ora.setProperty("text-transform", "uppercase");

OAMessageTextInputBean Serial=(OAMessageTextInputBean)webBean.findChildRecursive("Serial");
Serial.setInlineStyle(ora);

No comments:

Post a Comment