Skip to content
Snippets Groups Projects
Commit cea051e3 authored by Marco Del Tufo's avatar Marco Del Tufo
Browse files

Update openbis-webapps.md

parent ea0d89b4
No related branches found
No related tags found
1 merge request!40SSDM-13578 : 2PT : Database and V3 Implementation - include the new AFS "free"...
...@@ -147,19 +147,41 @@ A full list of supported properties is presented below. ...@@ -147,19 +147,41 @@ A full list of supported properties is presented below.
|Property Key|Description|Allowed values| |Property Key|Description|Allowed values|
|--- |--- |--- | |--- |--- |--- |
|openbisui-contexts|Place where the webapp is shown in the OpenBIS UI.|modules-menu |openbisui-contexts|Place where the webapp is shown in the OpenBIS UI.|modules-menu
webapp is an item in the modules top menu webapp is an item in the modules top menu
experiment-details-view experiment-details-view
webapp is a tab in the experiment details view webapp is a tab in the experiment details view
requires experiment-entity-types to be defined requires experiment-entity-types to be defined
sample-details-view sample-details-view
webapp is a tab in the sample details view webapp is a tab in the sample details view
requires sample-entity-types to be defined requires sample-entity-types to be defined
data-set-details-view data-set-details-view
webapp is a tab in the data set details view webapp is a tab in the data set details view
requires data-set-entity-types to be defined requires data-set-entity-types to be defined
material-details-view
material-details-view
webapp is a tab in the material details view webapp is a tab in the material details view
requires material-entity-types to be defined requires material-entity-types to be defined
Accepts a comma separated list of values with regular expressions, e.g. "modules-menu, .*-details-view"| Accepts a comma separated list of values with regular expressions, e.g. "modules-menu, .*-details-view"|
|label|The label. It will be shown in the GUI.|String| |label|The label. It will be shown in the GUI.|String|
|sorting|Sorting of the webapp. Webapps are sorted by "sorting" and "folder name" ascending with nulls last (webapps without sorting are presented last).|Integer| |sorting|Sorting of the webapp. Webapps are sorted by "sorting" and "folder name" ascending with nulls last (webapps without sorting are presented last).|Integer|
...@@ -168,6 +190,7 @@ Accepts a comma separated list of values with regular expressions, e.g. "modules ...@@ -168,6 +190,7 @@ Accepts a comma separated list of values with regular expressions, e.g. "modules
|data-set-entity-types|Types of data sets the webapp should be displayed for.|Accepts a comma separated list of values with regular expressions, e.g. "TYPE_A_1, TYPE_A_2, TYPE_B_.*"| |data-set-entity-types|Types of data sets the webapp should be displayed for.|Accepts a comma separated list of values with regular expressions, e.g. "TYPE_A_1, TYPE_A_2, TYPE_B_.*"|
|material-entity-types|Types of materials the webapp should be displayed for.|Accepts a comma separated list of values with regular expressions, e.g. "TYPE_A_1, TYPE_A_2, TYPE_B_.*"| |material-entity-types|Types of materials the webapp should be displayed for.|Accepts a comma separated list of values with regular expressions, e.g. "TYPE_A_1, TYPE_A_2, TYPE_B_.*"|
#### Creating embedded webapps #### Creating embedded webapps
Embedded webapps similar to the standalone counterparts are HTML5 Embedded webapps similar to the standalone counterparts are HTML5
...@@ -447,4 +470,4 @@ Example usage of the image viewer component: ...@@ -447,4 +470,4 @@ Example usage of the image viewer component:
<div id="container" style="padding: 20px"></div> <div id="container" style="padding: 20px"></div>
</body> </body>
</html> </html>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment