Client-Skin-Konfiguationsparameter
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.
Parameter | Values | Default Value | Example | Description | Available from |
---|---|---|---|---|---|
ThemeName | Name of color theme file | None | 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 | ||
PanelBackgroundIsEnabled | True, False | 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 | |
StatusBarIsVisible | True, False* | False | "StatusBarIsVisible": false, | Defines the visibility of the statusbar of a panel | |
HideTreeStructureLines | True, 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. | |
TreeViewButtonStyle | Default*, Arrow, Square | Arrow | "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. | |
BarLinksStartAnchorType | None, Circle, Square, Arrow | None | "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. | |
BarLinksEndAnchorType | None, 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. | |
BarLinkAnchorSize | 1 - 10 | 4 | "BarLinkAnchorSize": 4, | Defines the size of anchor symbols of a link. | |
PrintingContentGap | -4 - 20 | 0 | "PrintingContentGap": 6, | Reduces free field space when printing. | |
OutlookForever | True, False | False | "OutlookForever": false, | Defines MS Outlook as default mail application. | |
GoodOldExcelExport | True, False | False | "GoodOldExcelExport": false, | Enables the old Excel export method. | |
ModuleControlGapBottom | 0 - 50 | 2 | "ModuleControlGapBottom": 2, | Defines the size of the gap between the module content and the bottom module margin | |
ModuleControlGapTop | 0 - 50 | 2 | "ModuleControlGapTop": 2, | Defines the size of the gap between the module content and the top module margin | |
ModuleControlGapLeft | 0 - 50 | 2 | "ModuleControlGapLeft": 2, | Defines the size of the gap between the module content and the left module margin | |
ModuleControlGapRight | 0 - 50 | 2 | "ModuleControlGapRight": 2, | Defines the size of the gap between the module content and the right module margin | |
| 0-50 | 0 | "ShiftNewPanel": 0, | Defines the shift gap of a newly opened panel. | C 39.5.30 |
| String, Integral, Decimal, Date, Time, Boolean, Currency, Percentage |
| Defines input field types the content of which will not be selected automatically when focused. | C 39.5.31 | |
| True, False | True | "ContextMenuButtonActive": "true", | Indicates whether the context menu button functionality is enabled for the current client. | C 39.5.32 |
| String | f142 | "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 |
| Integer | 120 | "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 |
| 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 |
| 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 |
| 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 |
| 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 |
| 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 |
| color name or color code | "195, 195, 195" | "CheckBoxDisabled": "195, 195, 195", | Defines the color of a disabled checked checkbox. | C 39.5.31 |
| 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 |
| 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 |
| 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 |
| 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 |
| 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 |
| 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 |
| 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 |
| 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 |
| color name or color code | "249, 249, 249" | "CheckBoxUncheckedDisabledBkColor" : "249, 249, 249", | Defines the color of a disabled unchecked checkbox. | C 39.5.31 |
| Boolean | True | "InputFieldsHighlightingEnabled": true, | Enables or disables the highlighting functionality for input fields. | C 39.5.32 |
| 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 |
| 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 |
| color name or color code | "White" | "InputFieldHighlightingBkColor": "White", | Specifies the background color for highlighted input fields. | C 39.5.32 |
| 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 theThemeName
parameter in thedefaultSkinSettings
file (see above). - In the table below some parameters of color themes are listed.
Parameter | Values | Default Value | Example | Description |
---|---|---|---|---|
PanelTitleFontColor | color name or color code | "White" | "PanelTitleFontColor": "Black"= or for dark pink | Defines the panel title color in the title bar |
PanelBackgroundMainColor | color name or color code | "1, 178, 245" | Defines main color of a panel's background (upper part) | |
PanelBackgroundMinorColor | color name or color code | "188, 220, 188" | Defines minor color of a panel's backgound (bottom left corner) | |
StatusbarForegroundColor | color name or color code | "Black" | "StatusbarForegroundColor": "Black" | Defines the font color of the status bar |
StatusbarBackgroundColor | color name or color code | "Transparent" | "StatusbarBackgroundColor": "Transparent" | Defines the background color of the status bar |
MainMenuBackgroundColor | color name or color code | "1, 178, 245" | "MainMenuBackgroundColor": "1, 178, 245" | Defines the background (items and dropdown menu) color of panel's menu |
MainMenuForegroundColor | color name or color code | "White" | "MainMenuForegroundColor": "White" | Defines the font color of panel's menu |
MainMenuMouseOverColor | color name or color code | "0,55,91" | MainMenuMouseOverColor": "0,55,91" | Defines background of menu item when mouse is over it |