When you need to show a list of radiobuttons, you have to create some prevalues to the data type at first.
In the developer section, you must find the data type that you use - in you example the radiobox datatype. When you have clicked the radiobox, you can start adding values in the textbox on the right side. When you have added a value, you hit the save button. You can add all of the values that you want. When you have added a couple of different values, you should be able to see these values in the property on your pages.
I could set up radiobox in my umbraco content.Now i want to know wheather radiobox is checked or not.for that how to get value of radiobox in razor.How can i get value of radio box?
I want to add radio button
Suppose i want to add radio button in go-futher(i.e provided by you) page.
1.I go to setting section ,document type then in runway textpage i have added new tab named addradio.
2.Then i have added generic properties ie name:Radio, Alias:radio,type:Radiobox then tab:addradio & i save it.
3.Then in content section, in go-futher page i get tab addradio but dont get there radio box this radio box i want show on go-futher page.
So i want to know is this a right way.If not then please guide me.i am waiting for reply.
Thank & regards,
Mitali
Hi Mitali
What you're trying to do is create custom radio button datatype, right?
Can you perhaps provide a screendump of the created datatype and where you try to select it on your document type?
/Jan
Hi Mitali.
When you need to show a list of radiobuttons, you have to create some prevalues to the data type at first.
In the developer section, you must find the data type that you use - in you example the radiobox datatype. When you have clicked the radiobox, you can start adding values in the textbox on the right side. When you have added a value, you hit the save button. You can add all of the values that you want. When you have added a couple of different values, you should be able to see these values in the property on your pages.
Does that make sense?
/Kim A
Hi all,
I could set up radiobox in my umbraco content.Now i want to know wheather radiobox is checked or not.for that how to get value of radiobox in razor.How can i get value of radio box?
Anjaly
Thanks
is working on a reply...