Add factory for MultiColumn and Column

This commit is contained in:
acognet
2021-03-24 11:17:47 +01:00
parent 64d5f52eae
commit b63f720e5d
11 changed files with 107 additions and 80 deletions

View File

@@ -1163,6 +1163,8 @@ EOF
if ($oDashlet->IsRedrawNeeded()) {
$oBlock = $oDashlet->DoRender($oPage, true, false, $aExtraParams);
$sHtml = ConsoleBlockRenderer::RenderBlockTemplateInPage($oPage, $oBlock);
$sHtml = str_replace("\n", '', $sHtml);
$sHtml = str_replace("\r", '', $sHtml);
$oPage->add_script("$('#dashlet_$sDashletId').html('$sHtml');");
}
if ($oDashlet->IsFormRedrawNeeded()) {