eric.rovtar
-
5/24/2011 5:09:24 PM
BizForm Radio Button Rendering
Hi!
I use jQuery pretty heavily in my site, and I was looking for an easy way to select Radio Button Lists that Kentico renders horizontally, but not ones rendered vertically.
Right now, I can select all with this call: $(".FormPanel .RadioButtonList"), but this gets both horizontal and vertical. Is there a way to modify this to only get Radio Button Lists rendered horizontally?
I took a look at the source that was rendered, but it doesn't seem to contain anything specific about vertical vs horizontal lists.
Any help would be appreciative.
Thanks!
|