<< Click to Display Table of Contents >> Viewing Dashboard Configuration |
❖Action control
The user can control the action in View Dashboard uniformly, please notice that it only works for a and v modes.
The user can configure {0} + "." + {1}=Action Label in bi.properties file to set the available actions for each component or dashboard level.
The legal value of {0} includes "Dashboard" or the types of the component. For example, the table component is "Table". The legal value can refer to the following list (the reference table of legal value of {0}).
The legal value of {1} includes "v.action", "a.action" and "ev.action".
Action Label can use a localized name which is the name of action seen in the product by the user, or the name used before the localization. If the Action Label is empty, it means that all menus will not appear in a or v modes.
➢For example:
Dashboard.v.action=Cancel Action
db.Table.v.action=
In the v mode, the Dashboard only has a Cancel action, and all actions of the table are forbidden.
The reference table of legal value of {0}:
Legal value of {0} |
Description |
Dashboard |
Dashboard |
Chart |
Chart component |
Gauge |
Gauge component |
Image |
Image component |
Pivot |
Pivot component |
Table |
Table component |
Text |
Text component |
Range |
Range component |
Filter List |
Filter List component |
Filter Tree |
Filter Tree component |
Text Parameter |
Text Parameter component |
Calendar |
Calendar component |
ComboBox |
ComboBox component |
ListBox |
ListBox component |
Filter Container |
Filter Container component |
Tab |
Tab component |
Form |
Form Parameter component |
Commit |
Commit component |
Exploded |
Freestyle Table component |
➢Description:
This attribute is just the default action display option. When the user specifies the action in Create Dashboard, this attribute will not be applied to the changed object.
If the user sets that not all Table component's menus will be displayed in bi.properties, but the user has specified the action such as bind action to Table1 in the editor, the user is still able to open the binding interface of this table components in portal or preview mode.
❖Setting background Logo
When setting the dashboard view in Preference settings to a tree view, background logo in the right side of View Dashboard interface can be reset by adding the statement "viewer.logo.name" in bi.properties.
➢For example:add statement: viewer.logo.name=map.png,map.png in the directory of bihome's image. The setting effect is as shown below:
❖Setting background color
The background color of Viewing Dashboard can be reset by db.background.color=#00EE00 in bi.properties, and #00EE00 is the color of RGB.
➢For example:add statement: db.background.color=#00EE00, the setting effect is as shown below:
❖Open the dashboard window configuration
Open the dashboard in the current window by default. The user can configure the attribute: dbportal.opendb.frame in bi.properties to set the opening mode of dashboard in View Dashboard:
dbportal.opendb.frame=_self,it means to open the dashboard in the current window;
dbportal.opendb.frame=_blank,it means to open the dashboard in a new window;
dbportal.opendb.frame=a, it means to open the dashboard in the fixed window every time;