New-PWFTabContainer
Description
You want to add tabs ? You need this function to build your tab's menu on the top of page. The scriptblock Tabs must contains New-PWFTabs.
SYNTAX
EXAMPLES
EXAMPLE 1
New-PWFTabContainer {
New-PWFTabs -Name "Tab1" -Content {...SOMECODE...}
New-PWFTabs -Name "Tab2" -Content {...SOMECODE...}
}
PARAMETERS
-Tabs
Your New-PWFTabs functions.