ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Different types of behaviour for item groups. More...
Static Public Member Functions | |
static | getAll () |
Get all behaviours. More... | |
Data Fields | |
const | ALWAYS_OPEN = 0 |
const | EXPANDABLE_CLOSED = 1 |
const | EXPANDABLE_OPEN = 2 |
Different types of behaviour for item groups.
Definition at line 12 of file class.ilItemGroupBehaviour.php.
|
static |
Get all behaviours.
Definition at line 23 of file class.ilItemGroupBehaviour.php.
Referenced by ilObjItemGroupGUI\initEditCustomForm().
const ilItemGroupBehaviour::ALWAYS_OPEN = 0 |
Definition at line 14 of file class.ilItemGroupBehaviour.php.
Referenced by ilContainerContentGUI\renderItemGroup(), and ilObjItemGroupGUI\updateCustom().
const ilItemGroupBehaviour::EXPANDABLE_CLOSED = 1 |
Definition at line 15 of file class.ilItemGroupBehaviour.php.
Referenced by ilContainerRenderer\addHeaderRow(), and ilContainerContentGUI\renderItemGroup().
const ilItemGroupBehaviour::EXPANDABLE_OPEN = 2 |
Definition at line 16 of file class.ilItemGroupBehaviour.php.
Referenced by ilContainerContentGUI\renderItemGroup().