Contour RadiobuttonList FieldType with Associated Image
I'm currently in the process of developing custom markup for the radiobuttonlist in contour. I would like the ability to either associate an image directly to radiobutton prevalue OR have a collection that I can access from the radiobutton form field cshtml (AdditonalSettings perhaps?).
I've had a look at some of the examples including prevalues but these look as though they replace the values shown to the user.
In essence I'd like to have a list of radio button items with an image alongside.
Contour RadiobuttonList FieldType with Associated Image
I'm currently in the process of developing custom markup for the radiobuttonlist in contour. I would like the ability to either associate an image directly to radiobutton prevalue OR have a collection that I can access from the radiobutton form field cshtml (AdditonalSettings perhaps?).
I've had a look at some of the examples including prevalues but these look as though they replace the values shown to the user.
In essence I'd like to have a list of radio button items with an image alongside.
Any thoughts?
Comment author was deleted
Check out this fieldtype, it's still using the old webforms way so you'll need to create a razor view for it https://contourstrikesagain.codeplex.com/SourceControl/latest#ContourStrikesAgain/Providers/FieldTypes/MediaRadioButtonList.cs
is working on a reply...