hahaEr2003
22 Jun 2007, 5:30 AM
I want to use a group of radio ,just like this
<p>
<label>
<input name="rgPanelOne" type="radio" value="1" checked="checked" />
select Item One;</label>
<br />
<label>
<input type="radio" name="rgPanelOne" value="2" />
select Item two;</label>
<br />
</p>
could I change it to a Ext group radio?and how?
<p>
<label>
<input name="rgPanelOne" type="radio" value="1" checked="checked" />
select Item One;</label>
<br />
<label>
<input type="radio" name="rgPanelOne" value="2" />
select Item two;</label>
<br />
</p>
could I change it to a Ext group radio?and how?