Inherits PntTabsPart.
Additional Inherited Members | |
Public Member Functions inherited from PntTabsPart | |
__construct ($whole, $requestData, $tabsSpec, $selected=null) | |
initialize ($tabsSpec, $selected=null) | |
setTabsSpec ($tabsSpec) | |
processPartArgumentsConvertTabsSpec () | |
setSelected ($value) | |
setName ($value) | |
setJsSelectFunc ($value) | |
setHandler_printTabDiv ($eventHandler) | |
setHandler_printContentDivTag ($eventHandler) | |
setHandler_printContentPart ($eventHandler) | |
getSelectedKey () | |
getName () | |
printBody () | |
printScript () | |
getJsTabsArrayName () | |
printTabBar () | |
printTabDiv ($tabsPart, $key, $label) | |
printContent () | |
printContentDivPart ($name, $label) | |
printContentDivTag ($tabsPart, $name) | |
printContentPart ($tabsPart, $name, $label) | |
getContentPart ($name) | |
Static Public Member Functions inherited from PntPage | |
static | getInfoStyleOk () |
static | getInfoStyleError () |
static | getInfoStyleWarning () |
Data Fields inherited from PntTabsPart | |
$tabsSpec | |
$printDivs = true | |
$tabsBarOnly = false | |
$selected | |
$jsSelectFunc = 'pntTabSelected' | |
$contentParts | |
PagePart that generates a tab bar and corrsponding content divs that are shown/hidden by clicking on a tab div in the tab bar. content is generated by printPart on the whole or on specified parts
This concrete subclass is here to keep de application developers code separated from the framework code.