:: Forum >>
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
Wednesday, September 10, 2008
script:
obj.getItemTemplate().setStyle("width", "100px");
or css:
.aw-ui-tabs .aw-item-template {
width: 100px!important;
}
Alex (ActiveWidgets)
Wednesday, September 10, 2008
This topic is archived.
Back to support forum
Forum search