3.2.0

input.setStyle ("font-family: Times New Roman;")

Hi Guys i am working on active widgets. I used text box inside Grid, but i cant cant able to set the font for the text box inside grid.can you send me the coding for that. I am sending my COding.

var input = new AW.UI.Input;
input.setId("myInput");
input.setStyle ("font-family: Times New Roman;");

Vimal Kumar Srivastava, Madhepura
August 30,
set object.setStyle ("font-family: Times New Roman;");
September 2,

This topic is archived.

See also:


Back to support forum