Add information on registering a custom list view to the list view doc.
This commit is contained in:
parent
11e19ce19a
commit
5e5a6d39bb
1 changed files with 12 additions and 0 deletions
|
@ -1,6 +1,18 @@
|
|||
List view configuration guidelines
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
-------------------------
|
||||
REGISTERING THE LIST VIEW
|
||||
-------------------------
|
||||
|
||||
A custom list view is associated with an object property lin the file /vivo/productMods/WEB-INF/ontologies/app/listViewConfig.owl.
|
||||
Example:
|
||||
|
||||
<rdf:Description rdf:about="http://vivoweb.org/ontology/core#authorInAuthorship">
|
||||
<display:listViewConfigFile rdf:datatype="http://www.w3.org/2001/XMLSchema#string">listViewConfig-authorInAuthorship.xml</display:listViewConfigFile>
|
||||
</rdf:Description>
|
||||
|
||||
|
||||
-----------------
|
||||
REQUIRED ELEMENTS
|
||||
-----------------
|
||||
|
|
Loading…
Add table
Reference in a new issue