Framework:NavigationDesigner:Navigation element attributes

From CoPlanner 11
Jump to navigationJump to search

Each navigation element is defined by the selection of the attributes in the details area. The following attributes are available.

Designation

If no caption has been entered the name of the navigation element from the navigation structure is displayed.

Action

Actions or NavActions enable you to open masks, dimensions, etc. In addition, NavActions can also execute e. g. formulae, imports, etc. A description of the various actions can be found in navigation actions.

Display

Framework, Navigation designer, display

By means of these options you determine whether the command shall be displayed in the ribbon and/or in the navigation structure.

Window - Start Area

Framework, Navigationsgesigner, Window - Start Area

Here you may determine the area in which the command is executed, whereby

  • Structure

opens another tab in the navigation structure

  • Work

opens another document in the working area.


Color

Framework, Navigation designer - Color

With the help of this setting you define the background color of the category in the ribbon in the case of first level elements. In the navigation structure the icon and the marking color are depicted according to this color. By clicking on this field, the CoPlanner “Color Picker” dialog box is opened.

Framework, Navigationsgesigner, Color Picker

A double-click on one of the color rectangles opens the “Define colors” dialog box.

Framework, Navigationsgesigner, Dialog „Define colors“


Image

Framework, Navigationsgesigner, Image

By clicking into the field, you open a window for selecting icons that are available.

Hint  For an ideal display of the icons please choose pictures with a 16 * 16 size for small buttons and pictures with a 32 * 32 size for large buttons.

A right mouse-click opens the context menu and the picture can be removed.


Mask Layout

Framework, Navigationsgesigner, Mask Layout

This setting defines the layout of the masks. If no layout is chosen, the masks will be displayed with their default layout. By default, three different layouts are provided. These layouts correspond to the color system in the CoPlanner:

  • Enterprise_success: green
  • Enterprise_finande: blue
  • Enterprise_balance sheet: brown

The layout with *_single set is necessary for the display of the single set masks and corresponds to the colors mentioned above.


Styles for Ribbons

Framework, Navigationsgesigner, Styles for Ribbons

Here you make the setting for the display of the command in the ribbons. The following settings are possible:

  • ButtonSmall: small button
  • ButtonLarge: large button
  • GalleryGroup1: display of the first combination list field within a group
  • GalleryGroup2: display of the second combination list field within a group
Framework, Navigation designer, gallery group


New group

Framework, Navigationsgesigner, New group

This setting determines whether a new group is started in the ribbon with this command or not.

Framework, Ribbon, start of a group


Visibility

Here you can add conditions to determine wheter the elements should be displayed in the ribbon or not.


Example:

With the following command the mask will only be displayed in the ribbon if the current client user is the one who is specified.

Transform=FKT_CIF(@Session_User_ID@=634057949933031781,True,False)

With the following command the mask will only be displayed in the ribbon if the type of the current scenario is plan.

FKT_CIF('@Session_PLAN_Typ@'='Plan',True,False)

With the following command the mask will only be displayed in the ribbon if the ElemtentSelection for products is not the root element.

FKT_CIF('FKT_GetRecord(tb_SessionParameters.Value,COP_SESSION_ID != @Session_ID@,Name != 'Produkte')'<>'1',True,False)