N°3536 - Dashboard: Add title, toggler and menu to AttributeDashboard

This commit is contained in:
Eric
2021-03-22 16:46:45 +01:00
parent 3a141def49
commit 574d089c20
16 changed files with 531 additions and 194 deletions

View File

@@ -197,6 +197,15 @@ abstract class UIBlock implements iUIBlock
return [];
}
/**
* @inheritDoc
* @return \Combodo\iTop\Application\UI\Base\iUIBlock[]
*/
public function GetSubBlocksForCSSAndJS()
{
return $this->GetSubBlocks();
}
/**
* @inheritDoc
* @return \Combodo\iTop\Application\UI\Base\iUIBlock[]