Job Management Partner 1/Integrated Management - Manager Command and Definition File Reference
Format
@define-block type="function-toolbar-def"; toolbar="sov_JP1_IM_Central_Console|sov_JP1_IM_Function_Tree|sov_JP1_IM_Visual_View|sov_JP1_IM_Bmv_Help|icon-identifier..."; @define-block-end;
File
!JP1_CS_FTOOL0.conf (toolbar definition file)
!JP1_CS_FTOOL0.conf.model (model file for the toolbar definition file)
Storage directory
View-path\conf\sovtoolitem\en\
Description
This file defines the order of programs that are added to the toolbar in the Monitoring Tree window.
To add a program to the toolbar in the Monitoring Tree window and then be able to start the program from the toolbar, you must also edit the following definition files:
- Start program definition file
- Icon operation definition file
When the definitions are applied
The definition takes effect when the Monitoring Tree window is re-opened.
Information that is specified
- From @define-block type to @define-block-end;
- The information from @define-block type to @define-block-end; constitutes a single definition block. This block can be specified only once in the definition file.
- toolbar="sov_JP1_IM_Central_Console|sov_JP1_IM_Function_Tree|sov_JP1_IM_Visual_View|sov_JP1_IM_Bmv_Help|icon-identifier";
- Specifies the icon identifiers in the order they are to be displayed. The icon identifiers are separated by the vertical bar (|) and the icons are displayed from left to right in the Monitoring Tree window in the order they are specified here. An icon identifier is a character string consisting of no more than 32 alphanumeric characters. Each icon identifier character string must be unique within the definition file. The icon identifiers specified in this parameter must be the same as icon identifiers specified in the icon operation definition file (!JP1_CS_FTREE0.conf).
Example definition
# # All Rights Reserved. Copyright (C) 2003, Hitachi, Ltd. # @file type="function-definition", version="0300"; #---------------------------------------------------------- @define-block type="function-toolbar-def"; toolbar="sov_JP1_IM_New_Info|sov_JP1_IM_Visual_View|sov_JP1_IM_Function_Tree|sov_JP1_IM_Central_Console|sov_JP1_IM_Bmv_Help|tool_notepad"; @define-block-end; #----------------------------------------------------------
All Rights Reserved. Copyright (C) 2009, Hitachi, Ltd.