Home
last modified time | relevance | path

Searched refs:m_sCurrentTab (Results 1 – 1 of 1) sorted by relevance

/dports/www/itop/web/application/
H A Dwebpage.class.inc.php938 protected $m_sCurrentTab; variable in TabManager
944 $this->m_sCurrentTab = '';
956 $this->AddToTab($this->m_sCurrentTabContainer, $this->m_sCurrentTab, $sHtml);
961 …tainer]['tabs'][$this->m_sCurrentTab]['html']) ? strlen($this->m_aTabs[$this->m_sCurrentTabContain…
977 …$sResult = substr($this->m_aTabs[$this->m_sCurrentTabContainer]['tabs'][$this->m_sCurrentTab]['htm…
979 …tainer]['tabs'][$this->m_sCurrentTab]['html'] = substr($this->m_aTabs[$this->m_sCurrentTabContaine…
1028 $sPreviousTab = $this->m_sCurrentTab;
1029 $this->m_sCurrentTab = $sTabLabel;
1068 return $this->m_sCurrentTab;
1083 if (($this->m_sCurrentTabContainer == $sTabContainer) && ($this->m_sCurrentTab == $sTabLabel))
[all …]