3.2.0

Radio button display problem

Hi,

I am using the free trial package and I have a problem. This code works if I replace it on the activewidgets web site (into show me example) but dont works into my web page.

The problem is that the little circle dont appears (only the text -> setItemText)

Any idea ?

Code:
var interfaceRadio = new AW.UI.Radio;
interfaceRadio.setItemText(["eth2","eth3","eth4","eth5"]);
interfaceRadio.setItemCount(4);
document.write(interfaceRadio);
Normand Bedard
July 10,
Did you copy radio.png image file (should be in the same directory as aw.css)?
Alex (ActiveWidgets)
July 10,
No...that was the problem...thanks
Normand Bedard
July 11,

This topic is archived.

See also:


Back to support forum