Esri / geoportal-server

Geoportal Server is a standards-based, open source product that enables discovery and use of geospatial resources including data and services.
https://gptogc.esri.com/geoportal
Apache License 2.0
244 stars 149 forks source link

What is the syntax for creating a radio button? #214

Open slead opened 8 years ago

slead commented 8 years ago

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