API Reference
Command
New-HtmlXInputGroupKbdAddon
Adds a keyboard hint addon to the current input group.
Remarks
Use inside New-HtmlXInputGroup { }.
Examples
New-HtmlXInputGroupKbdAddon -Text "Ctrl+K" -Right
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-HtmlXInputGroupKbdAddon [-Right] [-Text <string>] [<CommonParameters>]#Parameters
- Right SwitchParameter
- Place the addon on the right side.
- Text string
- Keyboard hint text.
Outputs
HtmlForgeX.TablerInputGroup