3.2.0

Horizontal Spacing for Radio control.

I'm looking for a way to control horizontal spacing on the radio control with flow set to horizontal.

Please accept my apologies is I missed it in the docs or on the forum.
tx2rx
April 14,
with CSS -

#myRadio .aw-item-template {
    width: 50px;
}


or script

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



Alex (ActiveWidgets)
April 16,

This topic is archived.

See also:


Back to support forum