Hi,
I don't think you may customize the tags as the input generation is
"hard-coded":
// Add checkbox element
buffer.append("<input name=\"").append(getInputName()).append("\"").append(
" type=\"checkbox\"").append(
(isSelected(choice, index, selected) ? " checked=\"checked\"" :
"")).append(
(isEnabledInHierarchy() && !isDisabled(choice, index, selected) ? "" : "
disabled=\"disabled\"")).append(" value=\"").append(id).append(
"\" id=\"").append(idAttr).append("\"/>");
Regards
-----
--------------------
nothing is impossible
--
View this message in context:
http://apache-wicket.1842946.n4.nabble.com/Adding-Title-or-AltText-to-CheckBoxMultipleChoice-tp3321054p3321468.html
Sent from the Users forum mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]