New-Region -LayerId SimpleTabs -Layer @{ "-AsTab"= "If you use -AsTab, the Region will be created as a tab" "Makes Tabs Easy" = "Did you know you can add hashtables together in PowerShell? This can make really cool layout really simple." "Tabs Will Be Alphabetized" = "By Default, the Layers will be alphabetized" "Unless You Say So" = "But you can specify your own layer order with -Order" } -AsTab
If you use -AsTab, the Region will be created as a tab
Did you know you can add hashtables together in PowerShell? This can make really cool layout really simple.
By Default, the Layers will be alphabetized
But you can specify your own layer order with -Order
New-Region -LayerId SimpleAccordian -Layer @{ "-AsAccordian"= "If you use -AsAccordian, the Region will be created as an accordian" "Makes Accordians Easy" = "Did you know you can add hashtables together in PowerShell? This can make really cool layout really simple." "Tabs Will Be Alphabetized" = "By Default, the Layers will be alphabetized" "Unless You Say So" = "But you can specify your own layer order with -Order" } -AsAccordian
If you use -AsAccordian, the Region will be created as an accordian
Did you know you can add hashtables together in PowerShell? This can make really cool layout really simple.
By Default, the Layers will be alphabetized
But you can specify your own layer order with -Order
New-Region -LayerId SimplePopup -Layer @{ "-AsPopup"= "If you use -AsPopup, the Region will be created as a popup.<br/> Please, remember that most users really hate popups, but, in case you need it, here it is." } -AsPopup
New-Region -LayerId SimplePopout -Layer @{ "-AsPopout"= "If you use -AsPopout, then a wide button will toggle if the region is displayed." } -AsPopout
New-Region -LayerId SimplePopdown -Layer @{ "-AsPopdown"= "If you use -AsPopdown, then a button will toggle if the region is displayed, and all displayed regions will be stacked" "A Second Region"= "Here's a second region, so you can see how multiple popdowns expand" } -AsPopdown
New-Region -LayerId SimpleWidget -Layer @{ "-AsWidget"= "Makes simple JQueryUI Widgets." } -AsWidget
Makes simple JQueryUI Widgets.
New-Region -LayerId SimpleResizable -Style @{ width='300px'; height='300px' } -layer @{ "-AsResizable"= "-AsResizable makes resizable items." } -asresizable
-AsResizable makes resizable items.
New-Region -LayerId SimpleResizableWithContent -Style @{ width='300px'; height='300px' } -Content "-AsResizable does not need a layer name." -asresizable
-AsResizable does not need a layer name.
New-Region -LayerId SimpleResizableWithContent -Style @{ width='300px'; height='300px' } -Layer @{"Drag Me"= "-AsDraggable lets you make draggable widgets"} -asdraggable
-AsDraggable lets you make draggable widgets
New-Region -LayerId SimpleResizableWithContent -Style @{ width='300px'; height='300px' } -Layer @{"Drag Me and Resize Me"= "-AsDraggable and -AsResizable are not exclusive"} -asdraggable -asresizable
-AsDraggable and -AsResizable are not exclusive