Die nachfolgenden Inhalte sind nur in englischer Sprache verfügbar.

defaultSkinSettings

Information

  • The Resources/defaultSkinSettings file in the Client directory can be used to individually customize the layout of some UI elements.
  • For now, the following parameters can be personalized:
    • Using the values marked with * you will get the old UI look that has been used in Client versions < C 39.5.23.
ParameterValuesDefault ValueExampleDescriptionAvailable from
ThemeNameName of color theme fileNone
Enables the selection of the Client's color theme. There should be a name of the file with theme values. The Client searches for this file in PLANTATheme/ColorThemes/ folder. If no individual color theme is defined for the selection, the client uses the defaultColorTheme. PLANTA offers 3 template color theme files: blueTheme, darkTheme, lightTheme
PanelBackgroundIsEnabledTrue, FalseTrue

"PanelBackgroundIsEnabled": true,

With this parameter users can disable colorful backgrounds and set a unicolored background using the following parameters in the defaultColorTheme: 
PanelBackgroundMainColor,
PanelBackgroundMinorColor,
StatusbarForegroundColor,
StatusbarBackgroundColor,
MainMenuBackgroundColor,
MainMenuForegroundColor,
MainMenuMouseOverColor

StatusBarIsVisibleTrue, False*False"StatusBarIsVisible": false,Defines the visibility of the statusbar of a panel
HideTreeStructureLinesTrue, False*True"HideTreeStructureLines": true,Defines whether tree structure lines are to be hidden. If you use the False value, the dashed lines as in systems < C 39.5.23 will be displayed.
TreeViewButtonStyleDefault*, Arrow, SquareArrow"TreeViewButtonStyle": "Arrow",Defines the tree structure symbol. If you use the Default value, the +/- symbols as in systems < C 39.5.23 will be displayed.
BarLinksStartAnchorTypeNone, Circle, Square, ArrowNone"BarLinksStartAnchorType": "None",Defines the start anchor symbol of a link. If you use the None value for this parameter, no start anchor symbols will be displayed.
BarLinksEndAnchorTypeNone, Circle, Square, Arrow*Circle"BarLinksEndAnchorType": "Circle",Defines the end anchor symbol of a link. If you use the None value for this parameter, no end anchor symbols will be displayed.
BarLinkAnchorSize1 - 104"BarLinkAnchorSize": 4,Defines the size of anchor symbols of a link.
PrintingContentGap
-4 - 200"PrintingContentGap": 6,Reduces free field space when printing.
OutlookForever
True, FalseFalse"OutlookForever": false,Defines MS Outlook as default mail application.
GoodOldExcelExport
True, FalseFalse"GoodOldExcelExport": false,Enables the old Excel export method.
ModuleControlGapBottom
0 - 502"ModuleControlGapBottom": 2,Defines the size of the gap between the module content and the bottom module margin
ModuleControlGapTop
0 - 502"ModuleControlGapTop": 2,Defines the size of the gap between the module content and the top module margin
ModuleControlGapLeft
0 - 502"ModuleControlGapLeft": 2,Defines the size of the gap between the module content and the left module margin 
ModuleControlGapRight
0 - 502"ModuleControlGapRight": 2,Defines the size of the gap between the module content and the right module margin

ShiftNewPanel

0-500"ShiftNewPanel": 0,Defines the shift gap of a newly opened panel.C 39.5.30

DoNotSelectOnFocus

String, Integral, Decimal, Date, Time, Boolean, Currency, Percentage
  • "DoNotSelectOnFocus":"" - no field types defined
  • "DoNotSelectOnFocus": ["String"] - content of String fields won't be selected
  • "DoNotSelectOnFocus": ["Currency", "Time", "Decimal"] - content of Currency,  Time and Decimal fields won't be selected
Defines input field types the content of which will not be selected automatically when focused.C 39.5.31

ContextMenuButtonActive

True, FalseTrue"ContextMenuButtonActive": "true",Indicates whether the context menu button functionality is enabled for the current client.C 39.5.32

ContextMenuButtonSymbol

Stringf142"ContextMenuButtonSymbol": "f142",A string value representing the code of a Font Awesome icon to be used as the default symbol for the context menu button.C 39.5.32

ContextMenuButtonMinFieldWidth

Integer120"ContextMenuButtonMinFieldWidth": "120",Defines the minimum width that a data field should have in order to display the context menu button. The width is measured in customizing units.C 39.5.32

ContextMenuButtonDefaultColor

color name or color code"160, 160, 160""ContextMenuButtonDefaultColor": "160, 160, 160",Default color of the context menu button when no additional functions are defined.C 39.5.32

ContextMenuButtonSpecialColor

color name or color code"0, 191, 255""ContextMenuButtonSpecialColor": "0, 191, 255",Special color of the context menu button when there are special functions.C 39.5.32

CheckBoxNormal

color name or color code"0, 95, 184""CheckBoxNormal" : "0, 95, 184",Defines the color of a checked checkbox in normal state.C 39.5.31

CheckBoxHot

color name or color code"25, 110, 191""CheckBoxHot": "25, 110, 191",Defines the color of a checked checkbox when hovering over it.C 39.5.31

CheckBoxPressed

color name or color code"50, 126, 197""CheckBoxPressed": "50, 126, 197",Defines the color of a checked checkbox after clicking on it.C 39.5.31

CheckBoxDisabled

color name or color code"195, 195, 195""CheckBoxDisabled": "195, 195, 195",Defines the color of a disabled checked checkbox.C 39.5.31

CheckBoxCheckedBkColor

color name or color code"255, 255, 255""CheckBoxCheckedBkColor": "255, 255, 255",Defines the color of the check mark in a checked checkbox.C 39.5.31

CheckBoxNormalBorder

color name or color code"98, 98, 98""CheckBoxNormalBorder": "98, 98, 98",Defines the border color of a checked checkbox in normal state.C 39.5.31

CheckBoxHotBorder

color name or color code"98, 98, 98""CheckBoxHotBorder": "98, 98, 98",Defines the border color of a checked checkbox when hovering over it.C 39.5.31

CheckBoxPressedBorder

color name or color code"120, 120, 120""CheckBoxPressedBorder": "120, 120, 120",Defines the border color of a checked checkbox after clicking on it.C 39.5.31

CheckBoxDisabledBorder

color name or color code"195, 195, 195""CheckBoxDisabledBorder": "195,    195, 195",Defines the border color of a disabled checked checkbox.C 39.5.31

CheckBoxUncheckedNormalBkColor

color name or color code"243, 243, 243""CheckBoxUncheckedNormalBkColor": "243, 243, 243",Defines the color of an unchecked checkbox in normal state.C 39.5.31

CheckBoxUncheckedHotBkColor

color name or color code"234, 234, 234""CheckBoxUncheckedHotBkColor": "234, 234, 234",Defines the color of an unchecked checkbox when hovering over it.C 39.5.31

CheckBoxUncheckedPressedBkColor

color name or color code"226, 226, 226""CheckBoxUncheckedPressedBkColor" : "226, 226, 226",Defines the color of an unchecked checkbox after clicking on it.C 39.5.31

CheckBoxUncheckedDisabledBkColor

color name or color code"249, 249, 249""CheckBoxUncheckedDisabledBkColor" : "249, 249, 249",Defines the color of a disabled unchecked checkbox.C 39.5.31

InputFieldsHighlightingEnabled

BooleanTrue"InputFieldsHighlightingEnabled": true,Enables or disables the highlighting functionality for input fields.C 39.5.32

HotInputFieldHighlightingColor

color name or color code"156,227,255""HotInputFieldHighlightingColor": "156,227,255",Specifies the RGB color value to highlight the active or "hot" input field.C 39.5.32

InputFieldHighlightingColor

color name or color code"6,111,179""InputFieldHighlightingColor": "6,111,179",Determines the RGB color value to highlight the regular input fields.C 39.5.32

InputFieldHighlightingBkColor

color name or color code"White""InputFieldHighlightingBkColor": "White",Specifies the background color for highlighted input fields.C 39.5.32

OutputFieldHighlightingBkColor

color name or color code"244,245,247""OutputFieldHighlightingBkColor": "244,245,247"Determines the background color for highlighted output fields.C 39.5.32

defaultColorTheme

Information

  • The PlantaTheme\ColorThemes\defaultColorTheme file in the client directory contains PLANTA's default client color settings and can be used to individually customize the color of some UI elements. PLANTA provides three other predefined color themes: blueTheme, darkTheme, lightTheme. Which of these color themes is used is controlled by the ThemeName parameter in the defaultSkinSettings file (see above).
  • In the table below some parameters of color themes are listed.
ParameterValuesDefault ValueExampleDescription
PanelTitleFontColorcolor name or color code"White""PanelTitleFontColor": "Black"= or
="PanelTitleFontColor": "180, 18, 122"
for dark pink
Defines the panel title color in the title bar
PanelBackgroundMainColorcolor name or color code"1, 178, 245"
Defines main color of a panel's background (upper part)
PanelBackgroundMinorColorcolor name or color code"188, 220, 188"
Defines minor color of a panel's backgound (bottom left corner)
StatusbarForegroundColorcolor name or color code"Black""StatusbarForegroundColor": "Black"Defines the font color of the status bar
StatusbarBackgroundColorcolor name or color code"Transparent""StatusbarBackgroundColor": "Transparent"Defines the background color of the status bar
MainMenuBackgroundColorcolor name or color code"1, 178, 245""MainMenuBackgroundColor": "1, 178, 245"Defines the background (items and dropdown menu) color of panel's menu
MainMenuForegroundColorcolor name or color code"White""MainMenuForegroundColor": "White"Defines the font color of panel's menu
MainMenuMouseOverColorcolor name or color code"0,55,91"MainMenuMouseOverColor": "0,55,91"Defines background of menu item when mouse is over it