TVC | Layout of the toolbar - Default mode
Technia Value Components, TVC, is a collection of software components that is installed into an existing ENOVIA/Matrix application.
TVC has been designed to have a very small impact/footprint to existing application, in order to make it easy to install and upgrade.
Question:
Is it possible to configure the default layout as per user need ?
Objective:
In many cases user may want to group / ungroup some of the toolbar commands or place it in different row for quick access.
Answer:
Yes! it is possible to configure the layout following below steps.
Step - 1
This is either done globally via the following init-parameter:
<init-param>
<param-name>tvc.structurebrowser.render.toolbarLayout</param-name>
<param-value>default</param-value>
</init-param>
Or per page config using this parameter
<Parameter name="toolbarLayout" value="default" />
The possible values are
default
traditional
Step - 2
You need to place the desired layout xml file in the below path:
$Your_installation_directory\WEB-INF\classes\com\technia\tvc\structurebrowser\render\DefaultToolbarLayout.xml
Here is a sample ToolbarLayout for your reference
Step - 3
Restart services. Clear TVC cache. Refresh browser
Default Layout:
Here “Expand All” command has been placed in a new row for easy access
Documentation Reference:
TECHNIA CONFIDENTIAL