NIHVIVO-799 Added select list type UNSORTED_LITERALS to specify a list of literals with no alpha sorting. Allows putting "Select one" as first option without getting sorted into the middle of the list.
This commit is contained in:
parent
49b18c57aa
commit
66df54d2a3
11 changed files with 48 additions and 52 deletions
|
@ -5,7 +5,7 @@
|
|||
<jsp:param name="roleActivityTypeLabel" value="presentation" />
|
||||
<jsp:param name="roleType" value="http://vivoweb.org/ontology/core#PresenterRole" />
|
||||
|
||||
<jsp:param name="roleActivityType_optionsType" value="LITERALS" />
|
||||
<jsp:param name="roleActivityType_optionsType" value="UNSORTED_LITERALS" />
|
||||
<jsp:param name="roleActivityType_objectClassUri" value="" />
|
||||
<jsp:param name="roleActivityType_literalOptions" value='["http://vivoweb.org/ontology/core#Presentation", "Presentation" ], [ "http://vivoweb.org/ontology/core#InvitedTalk","Invited Talk"] ' />
|
||||
<jsp:param name="roleActivityType_literalOptions" value='["Select one"], ["http://vivoweb.org/ontology/core#Presentation", "Presentation" ], [ "http://vivoweb.org/ontology/core#InvitedTalk","Invited Talk"] ' />
|
||||
</jsp:include>
|
Loading…
Add table
Add a link
Reference in a new issue