bwp
unread,Nov 26, 2007, 4:03:59 PM11/26/07Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Web Forms 2.0 Implementation
Hello,
I had a question about including pre-checked radio buttons,
checkboxes, and pre-selected options in a select element.
How do I default check radio and checkbox input elements, and default
select certain options in a select element, so that they display when
the Add button is clicked (right now, IE6 does not show any checked
radio buttons or checkboxes, or 'selected' selects, when these
attributes are included in the repeat template). Firefox 2.0 does not
have this problem, however.
I'm currently using Version: 0.8.2.2 (2007-03-28) of the repetition
model implementation.
In other words, if the template includes an input element:
<input type="radio" checked="checked" ... />
and I click the Add button to create a new row, in IE6 the radio
button is not displayed as checked. Thanks!