:: Forum >>

Setting the width doesnt work any solutions

var inputSiteName = new AW.UI.Input;
inputSiteName.setId("inputSiteName");
inputSiteName.setControlText("");
inputSiteName.setAttribute("type", "text");
inputSiteName.setSize(100);

setSize(100); doesnt work any solutions
BOB FLEMMING
Friday, October 13, 2006
The default width for the input box is 100px - setSize(100) should not change anything.
Alex (ActiveWidgets)
Friday, October 13, 2006

This topic is archived.


Back to support forum

Forum search