Extra tab workspace extension
OpenKM 7.1 comes with two user interfaces, called "classic" and "kcenter". Although both functionally are very similar, the layout and the way they are used may have significant differences. This page is based in the "classic" user interface. If you are using the "kcenter" user interface and have any doubts to access any of these features, please create a ticket in the support website.
The ExtraTab allows to easily add new tabs with a name and specific URL.
This option is only available if you have enabled the ExtraTab feature.
There are several parameters passed as request parameter in URL request:
- The authentication token ( encrypted )
- The lang ( language id )
- The node uuid
- The userId
Configuration
Field / Property | Type | Description |
---|---|---|
extension.extra.tab.workspace |
List |
Title and url pair. You can add single line ( where the character ; is the separator between title and url ) or several lines. OpenKM;http://www.openkm.com If URL does not start with http it's considered as OpenKM relative path and will be merged with your OpenKM server URL like YOUR_OPENKM_URL/url |
webservices.visible.properties |
List |
To make accessible to all the users the values of the parameter "extension.extra.tab.workspace", must be added the value "extension.extra.tab.workspace" in the current list. If you forget to add the property name, only administrator users will be able to get the value so some extensions may produce errors for regular users. |
More information at Configuration parameters.