geoportal-server icon indicating copy to clipboard operation
geoportal-server copied to clipboard

What is the syntax for creating a radio button?

Open slead opened this issue 8 years ago • 0 comments

I'm adding a custom profile as described at https://github.com/Esri/geoportal-server/wiki/Add-a-Custom-Profile#Obligation_rules and I'd like to implement a radio button, ie a list which only allows one element to be selected.

<input type="selectManyCheckbox"/> will create checkboxes:

screen shot 2016-06-01 at 9 54 42 pm

and <input type="selectOneMenu"/> creates a dropdown menu:

screen shot 2016-06-01 at 9 56 21 pm

What is the syntax for creating a radio button checklist, eg:

screen shot 2016-06-01 at 9 59 38 pm

thanks

slead avatar Jun 01 '16 12:06 slead