I'd like to add in an "id" attribute to my radio button inputs so I
can add labels.
Something like:
SHtml.radio(
Opinons.elements.toList.map(_.toString),
opinion.map(_.toString),
selected => opinion( Box(Opinions.valueOf(selected)) ),
("id", /*I want a unique id here...preferably the key or
hashcode*/)
)
Thanks,
Strom
--
You received this message because you are subscribed to the Google Groups
"Lift" 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/liftweb?hl=en.