I am trying to add additional attribute to the "radiobuttonlist" keeping its default funcitonality of it. Or I would like to have a custom fieldtype with same functionality as radiobuttonlist with my addtional attribute.
I was able to have the attribute but not retain the default functionality, followed http://www.nibble.be/?p=154
[Umbraco.Forms.Core.Attributes.Setting("Explanation", description = "Enter the explanation")]
public string Explanation { get; set; }
Tweak the default fieldtype
Hi to all,
I am trying to add additional attribute to the "radiobuttonlist" keeping its default funcitonality of it. Or I would like to have a custom fieldtype with same functionality as radiobuttonlist with my addtional attribute.
I was able to have the attribute but not retain the default functionality, followed http://www.nibble.be/?p=154
Can anybody help me out on this?
Comment author was deleted
Well you can download the code for the default one on the contour project page
http://our.umbraco.org/projects/umbraco-pro/contour (at the bottom, sourcecode tab)
Comment author was deleted
That's for the v4 version are you using it on v5?
Thanks for the reply Tim,
Yes I did the source code download and was able to develop custom fieldtype. It really did help.
I got another question now though, Can we know the contour form step currently we are while navigating the form on razor or any other ?
is working on a reply...