Public Member Functions | |
__construct (&$xmlArr) | |
setCurrentTab ($viewName) | |
isCurrentTab ($tabView, $curViewObj, $curViewName) | |
setCurrentTabInSession ($tview, $curViewObj, $curViewName) | |
render () | |
rerender () | |
Data Fields | |
$m_TemplateFile | |
$m_TabViews = null | |
Protected Member Functions | |
readMetadata (&$xmlArr) | |
setClientScripts ($tabs, $hasForms) | |
Protected Attributes | |
$m_CurrentTab = null | |
$m_ActiveCssClassName = null | |
$m_InactiveCssClassName = null |
Definition at line 26 of file HTMLTabs.php.
__construct | ( | &$ | xmlArr ) |
Initialize HTMLTabs with xml array
array | $xmlArr |
Reimplemented from MetaObject.
Definition at line 40 of file HTMLTabs.php.
isCurrentTab | ( | $ | tabView, |
$ | curViewObj, | ||
$ | curViewName | ||
) |
Ask if the $this tab object is the current tab
TabView | $tabView | |
EasyView | $curViewObj | current View Object |
string | $curViewName | name of the current view |
Definition at line 135 of file HTMLTabs.php.
readMetadata | ( | &$ | xmlArr ) | [protected] |
Read Metadata from xml array
array | $xmlArr |
Reimplemented from MetaObject.
Definition at line 50 of file HTMLTabs.php.
render | ( | ) |
Render the html tabs
BizSystem $g_BizSystem
Implements iUIControl.
Definition at line 193 of file HTMLTabs.php.
rerender | ( | ) |
Rerender the tabs
Definition at line 249 of file HTMLTabs.php.
setClientScripts | ( | $ | tabs, |
$ | hasForms | ||
) | [protected] |
Include client javascripts or CSS in the html content
array | $tabs | |
boolean | $hasForms |
Definition at line 261 of file HTMLTabs.php.
setCurrentTab | ( | $ | viewName ) |
Set current tab with view name
string | $viewName | name of a view |
Definition at line 122 of file HTMLTabs.php.
setCurrentTabInSession | ( | $ | tview, |
$ | curViewObj, | ||
$ | curViewName | ||
) |
Save the current tab in the session object
TabView | $tview | |
EasyView | $curViewObj | current View Object |
string | $curViewName | name of the current view |
Definition at line 166 of file HTMLTabs.php.