Extensions configuration parameters

ExtraTab extension

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

Field / PropertyTypeDescription

extension.extra.tab.workspace

List

A title and URL pair. You can add a single line (where the character ';' is the separator between the 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

 

External tab document extension

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

Field / PropertyTypeDescription
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

External tab folder extension

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

Field / PropertyTypeDescription

extension.external.tab.folder

List

Each row is a pair of values with a tab content declaration, the format is: name;url

name1;http://localhost:8180/OpenKM/test.jsp
name2;http://www.openkm.com

External tab mail extension

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

Field / PropertyTypeDescription

extension.external.tab.mail

List

Each row is a pair of values with a tab content declaration, the format is: name;url

name1;http://localhost:8180/OpenKM/test.jsp
name2;http://www.openkm.com

External tab record extension

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

Field / PropertyTypeDescription

extension.external.tab.record

List

Each row is a pair of values with a tab content declaration, the format is: name;url

name1;http://localhost:8180/OpenKM/test.jsp
name2;http://www.openkm.com