Skip to content

Extensions configuration parameters

The ExtraTab allows for easy addition of a new tab with a name and a specific URL.

Field / Property Type Description
extension.extra.tab.workspace List A title and URL pair. You can add a single line (where the character ; is the separator between title and URL) or several lines.
OpenKM;http://www.openkm.com
If the URL does not start with extension.extra.tab.workspace, it is considered an OpenKM relative path and will be merged with your OpenKM server URL like YOUR_OPENKM_URL/url

The External Preview feature helps to preview documents based on an external URL request.

Field / Property Type Description
extension.external.preview List Each row (a pair of values) is a preview content declaration; the format is:
mime-type;url
application/illustrator;http://localhost:8180/OpenKM/test.jsp
application/epub+zip;http://localhost:8180/OpenKM/epub\_previewer.jsp
application/x-mspublisher;http://localhost:8180/OpenKM/mspreviewer\_previewer.jsp

The External tab document feature shows extra tabs in the tab document view based on an external URL request.

Field / Property Type Description
extension.external.tab.document List The format for each line is title;URL, where the character “;” is used as the separator between the title of the tab and the URL of the contents.
OpenKM;http;//www.openkm.com

The External Tab Folder feature helps you show the tab content in the properties tab based on an external URL request when a folder node is selected.

Field / Property Type Description
extension.external.tab.folder List Each row is a pair of values declaring tab content; the format is: name;url
name1;http://localhost:8180/OpenKM/test.jsp
name2;http://www.openkm.com

The External Tab Mail feature helps you show tab content in the properties tab based on an external URL request when a mail node is selected.

Field / Property Type Description
extension.external.tab.mail List Each row is a pair of values declaring tab content; the format is: name;url
name1;http://localhost:8180/OpenKM/test.jsp
name2;http://www.openkm.com

The External Tab Record feature helps you show tab content in the properties tab based on an external URL request when a record node is selected.

Field / Property Type Description
extension.external.tab.record List Each row is a pair of values declaring tab content; the format is: name;url
name1;http://localhost:8180/OpenKM/test.jsp
name2;http://www.openkm.com