Tabbed Panel implementation Multiple named panels are added via the AddTabPanel method. All are hidden except the first.
The switchPanel method is used to switch between the named panels. An exi5t is optionally called when the new Panel is displayed.
addTabPanel TODO - find out what thi does
addTabPanel TODO - find out what thi does
staticcreateTabPanel TODO - find out what thi does
findPanelByName not-described
replacePanelByName Replace the named panel with a new panel and make it the current panel.
resetTabPanel Remove TabPanel panels (but not children)
switchPanel TODO - find out what thi does
[void] addTabPanel ( [Panel]$panel)
Parameter Format Description
$panel Panel parm description missing
TODO - find out what thi does
[void] addTabPanel ( [Panel]$panel, [string]$tabName)
Parameter Format Description
$panel Panel parm description missing
$tabName string parm description missing
TODO - find out what thi does
static [TabPanel] createTabPanel ( [Area]$par, [string]$name)
Parameter Format Description
$par Area Parent panel (container)
$name string name to lookup
TODO - find out what thi does
[Panel] findPanelByName ( [string]$panelName)
Parameter Format Description
$panelName string parm description missing
markdown text missing
[void] replacePanelByName ( [Panel]$panel, [string]$tabName)
Parameter Format Description
$panel Panel parm description missing
$tabName string parm description missing
Replace the named panel with a new panel and make it the current panel.
[void] resetTabPanel ()
Remove TabPanel panels (but not children)
[void] switchPanel ( [string]$name)
Parameter Format Description
$name string name to lookup
TODO - find out what thi does
Copyright © 2018-2021, 2022, Rexcel System Inc.