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

@@ -18,7 +18,6 @@
*/
namespace Combodo\iTop\Application\UI\Base;
use Combodo\iTop\Application\UI\Base\UIException;
/**
@@ -92,6 +91,15 @@ interface iUIBlock {
*/
public function GetSubBlocks();
/**
* Return an array iUIBlock embedded in this iUIBlock
* Must be an associative array (<BLOCK_ID> => <BLOCK_INSTANCE>)
* This is used to get recursively the CSS and JS templates
*
* @return \Combodo\iTop\Application\UI\Base\iUIBlock[]
*/
public function GetSubBlocksForCSSAndJS();
/**
* Return an array of iUIBlock to add at the end of the page
* Must be an associative array (<BLOCK_ID> => <BLOCK_INSTANCE>)