Hitachi

JP1 Version 12 JP1/Integrated Management 2 - Manager Command, Definition File and API Reference


Toolbar definition file (!JP1_CS_FTOOL0.conf)

Organization of this page

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 start the program from the toolbar, you must also edit the following definition files:

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). For details about the icon operation definition file (!JP1_CS_FTREE0.conf), see Icon operation definition file (!JP1_CS_FTREE0.conf) in Chapter 2. Definition Files.

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;
#----------------------------------------------------------