Change the font into upper case:
CSSStyle ora = new CSSStyle();
ora.setProperty("text-transform", "uppercase");
OAMessageTextInputBean Serial=(OAMessageTextInputBean)webBean.findChildRecursive("Serial");
Serial.setInlineStyle(ora);
CSSStyle ora = new CSSStyle();
ora.setProperty("text-transform", "uppercase");
OAMessageTextInputBean Serial=(OAMessageTextInputBean)webBean.findChildRecursive("Serial");
Serial.setInlineStyle(ora);
No comments:
Post a Comment