Dashboard: alpha version of dashlets

SVN:trunk[2005]
This commit is contained in:
Romain Quetiez
2012-05-22 11:51:22 +00:00
parent eedb28e97b
commit b5576df143
4 changed files with 230 additions and 48 deletions

View File

@@ -173,7 +173,7 @@ abstract class Dashboard
$sClass = get_class($oDashlet);
$oPage->add('<div class="dashlet_properties" id="dashlet_properties_'.$sId.'" style="display:none">');
$oForm = $oDashlet->GetForm($oPage);
$oForm = $oDashlet->GetForm();
$this->SetFormParams($oForm);
$oForm->RenderAsPropertySheet($oPage);
$oPage->add('</div>');