how to use html radio buttons ??
when adding radio elements like this:
this.setCellText("<input type='radio' name'priority' value='12'>",2,3);
The radio is shown but it can't be selected. when I click the radio , only thr cell is selected but the radio stays unselected.
What's happening ?
this.setCellText("<input type='radio' name'priority' value='12'>",2,3);
The radio is shown but it can't be selected. when I click the radio , only thr cell is selected but the radio stays unselected.
What's happening ?
john
September 30,