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

@@ -98,8 +98,8 @@ class ConsoleBlockRenderer extends BlockRenderer
$oPage->add_ready_script($oBlockRenderer->RenderJsInline(iUIBlock::ENUM_JS_TYPE_ON_READY));
$oPage->add_style($oBlockRenderer->RenderCssInline());
foreach ($oBlock->GetSubBlocks() as $oSubBlock) {
static::AddCssJsTemplatesToPageRecursively( $oPage, $oSubBlock, $aContextParams);
foreach ($oBlock->GetSubBlocksForCSSAndJS() as $oSubBlock) {
static::AddCssJsTemplatesToPageRecursively($oPage, $oSubBlock, $aContextParams);
}
}