Maybe it is possible to be more verbose on suffix and prefix. Maybe add
the alt and title to the <li> element.
Cheers
Mike
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
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]