3.2.0

fix the tab width size for all AW.UI.Tabs

Hi,

in AW.UI.Tabs I want to fix the same width for all Tabs. Currently I am getting with different sizes depending the text.

Tanks in advance
Harikrishna
September 10,
script:

obj.getItemTemplate().setStyle("width", "100px");


or css:

.aw-ui-tabs .aw-item-template {
    width: 100px!important;
}
Alex (ActiveWidgets)
September 10,

This topic is archived.

See also:


Back to support forum