Home
last modified time | relevance | path

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

/dports/www/itop/web/pages/
H A Dajax.render.php935 if (!is_null($oDashboard))
940 $oPage->add($oDashboard->ToXml());
954 if (!is_null($oDashboard))
960 $oDashboard->Save();
989 if (!is_null($oDashboard))
1008 if (!is_null($oDashboard))
1031 $oDashboard->FromParams($aParams);
1032 $oDashboard->Save();
1055 $oDashboard->Revert();
1084 $oDashboard->FromParams($aParams);
[all …]
/dports/www/itop/web/application/
H A Dmenunode.class.inc.php1167 $oDashboard = $this->GetDashboard();
1168 if ($oDashboard != null)
1172 $oDashboard->SetReloadURL($this->GetHyperlink($aExtraParams));
1173 $oDashboard->Render($oPage, false, $aExtraParams);
1219 $oDashboard = $this->GetDashboard();
1220 if ($oDashboard != null)
1222 $oDashboard->RenderEditor($oPage);
1236 $oDashboard = $this->GetDashboard();
1237 if ($oDashboard != null)
1239 $oDashboard->AddDashlet($oDashlet);
[all …]
H A Ddashboard.class.inc.php703 $oDashboard = new RuntimeDashboard($sDashBoardId);
704 $oDashboard->FromXml($sDashboardDefinition);
705 $oDashboard->SetCustomFlag($bCustomized);
706 $oDashboard->SetDefinitionFile($sDashboardFile);
710 $oDashboard = null;
712 return $oDashboard;
H A Dutils.inc.php1130 $oDashboard = $param;
1131 $sDashboardId = $oDashboard->GetId();
1132 $sDashboardFile = $oDashboard->GetDefinitionFile();
1144 if ($oDashboard->GetReloadURL())
1147 …Item('UI:Menu:PrintableVersion', Dict::S('UI:Menu:PrintableVersion'), $oDashboard->GetReloadURL().…
H A Dcmdbabstract.class.inc.php437 $oDashboard = $oAttDef->GetDashboard();
438 if (is_null($oDashboard))
444 $sDivId = $oDashboard->GetId();
447 $oDashboard->Render($oPage, false, $aExtraParams, $bCanEdit);