API Reference
Function
New-HTMLTabPanelColor
Creates a new HTML Tab Panel with customizable colors.
Remarks
This function allows you to define colors for various elements of an HTML Tab Panel, such as background color, border color, anchor colors, and loader colors.
Examples
EXAMPLE 1
Set-HTMLTabPanelColor -BackgrounColor '#f0f0f0' -BorderColor '#cccccc' -AnchorDefaultPrimaryColor '#333333'
Common Parameters
This command supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
For more information, see about_CommonParameters.
Syntax
New-HTMLTabPanelColor [-AnchorActivePrimaryColor <String>] [-AnchorActiveSecondaryColor <String>] [-AnchorDefaultPrimaryColor <String>] [-AnchorDefaultSecondaryColor <String>] [-AnchorDisabledPrimaryColor <String>] [-AnchorDisabledSecondaryColor <String>] [-BackgrounColor <String>] [-BorderColor <String>] [-BorderStyle <solid>] [-BorderWidth <String>] [-LoaderBackgroundColor <String>] [-LoaderBackgroundWrapperColor <String>] [-LoaderColor <String>] [<CommonParameters>]
#
Parameter set:
All Parameter SetsParameters
- AnchorActivePrimaryColor String
- The primary color of active anchor links.
- AnchorActiveSecondaryColor String
- The secondary color of active anchor links.
- AnchorDefaultPrimaryColor String
- The primary color of default anchor links.
- AnchorDefaultSecondaryColor String
- The secondary color of default anchor links.
- AnchorDisabledPrimaryColor String
- The primary color of disabled anchor links.
- AnchorDisabledSecondaryColor String
- The secondary color of disabled anchor links.
- BackgrounColor String
- The background color of the tab panel.
- BorderColor String
- The color of the border. Default is '#eeeeee'.
- BorderStyle String
- The style of the border. Choose from: 'solid', 'dotted', 'dashed', 'double', 'groove', 'ridge', 'inset', 'outset', 'none', 'hidden'. Default is 'solid'.
- Possible values:
solid,dotted,dashed,double,groove,ridge,inset,outset,hidden - BorderWidth String
- The width of the border. Default is '1px'.
- LoaderBackgroundColor String
- The background color of the loader.
- LoaderBackgroundWrapperColor String
- The color of the loader background wrapper.
- LoaderColor String
- The color of the loader.