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);
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,