Hi All, GWT checkbox widget generates the code below: <span id="row_number_1" > <input type="checkbox" id="gwt-uid-XXX" disabled=""> <label for="gwt-uid-70">...</label> </span>
gwt-uid-XXX, where XXX is auto generated values. Is it possible to assign custom IDs (or pattern) to checkbox input for example: <span> <input type="checkbox" id="row_number_1" disabled=""> <label for="row_number_1">...</label> </span> Or <span> <input type="checkbox" id="gwt-uid-XXX_row_number_1" disabled=""> <label for=" gwt-uid-XXX_row_number_1">...</label> </span> Best regards, Andrey. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
