Esri / geoportal-server-catalog

Esri Geoportal Server is a next generation open-source metadata catalog and editor, based on elasticsearch.
https://www.esri.com/en-us/arcgis/products/geoportal-server/overview
Apache License 2.0
97 stars 61 forks source link

How to arrange metadata elements into table layout #210

Closed GISScience closed 5 years ago

GISScience commented 5 years ago

Hi, I Have a urgent requirement of customizing the metadata ingestion forms into a beauty full table layout. i tried multiple things like

  1. adding a html table for layout
  2. adding dojo container layout but everything is throwing an error in element repeater.js when we click on add multiple fields tab (metadata contact plus in below image) becuase i think gxe cannot repeat non gxe elements. capture

Please help, how to make a beauty full table layout from all metadata fields so that we can utilize the white space on right side of metadata editor form ??

mhogeweg commented 5 years ago

hi,

not sure if I fully understand what you're after with 'table layout'. Note that in the template files (the .html files) in the editor, you can include regular HTML markup. You can also update the CSS used in the editor.

lastly, the metadata is provided in XML in the catalog and you could create an XSLT that renders the XML in a specific HTML layout, referencing specific CSS/JS to provide the behavior and look-and-feel you are after.

GISScience commented 5 years ago

thanks @mhogeweg , that was really helpfull. 👍