Monday 14 April 2014

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