3.2.0

Default size of an input box.

Hello Folks,

How do I find the default size of an input box (AW.UI.Input) ?

Jaydeep Deshmukh
November 21,
it is defined in input.css (/source/styles/common/input.css)

.aw-input-box {
    width: 100px;
    height: 20px;
    padding: 0px;
    border: 1px solid;
    background: #fff;
}
Alex (ActiveWidgets)
November 22,

This topic is archived.

See also:


Back to support forum