Class ilCloudPluginActionListGUI.
More...
Class ilCloudPluginActionListGUI.
Basic functionality of the action list. Can be extended to define addidtional actions by the plugin. Note that the list is loaded asyncronically by default. Disable if not wanted.
- Author
- Timon Amstutz timon.nosp@m..ams.nosp@m.tutz@.nosp@m.ilub.nosp@m..unib.nosp@m.e.ch
-
Fabian Schmid fs@st.nosp@m.uder.nosp@m.-raim.nosp@m.ann..nosp@m.ch
- Version
- $Id:
Definition at line 18 of file class.ilCloudPluginActionListGUI.php.
◆ addItemsAfter()
ilCloudPluginActionListGUI::addItemsAfter |
( |
| ) |
|
|
protected |
◆ addItemsBefore()
ilCloudPluginActionListGUI::addItemsBefore |
( |
| ) |
|
|
protected |
◆ addSelectionListItems()
ilCloudPluginActionListGUI::addSelectionListItems |
( |
|
$delete_item, |
|
|
|
$delete_folder |
|
) |
| |
|
protected |
◆ asyncGetContent()
ilCloudPluginActionListGUI::asyncGetContent |
( |
|
$delete_item = false , |
|
|
|
$delete_folder = false , |
|
|
ilCloudFileNode |
$node |
|
) |
| |
- Parameters
-
Definition at line 95 of file class.ilCloudPluginActionListGUI.php.
References $DIC, $lng, $node, addSelectionListItems(), and exit.
100 include_once(
"./Services/UIComponent/AdvancedSelectionList/classes/class.ilAdvancedSelectionListGUI.php");
102 $this->selection_list->setId($this->node->getId());
103 $this->selection_list->setListTitle(
$lng->txt(
"actions"));
104 $this->selection_list->setItemLinkClass(
"xsmall");
107 if ($this->selection_list->getItems() != null) {
108 echo $this->selection_list->getHTML(
true);
111 echo
$lng->txt(
"empty");
addSelectionListItems($delete_item, $delete_folder)
◆ checkHasAction()
ilCloudPluginActionListGUI::checkHasAction |
( |
| ) |
|
|
protected |
◆ getAsyncMode()
ilCloudPluginActionListGUI::getAsyncMode |
( |
| ) |
|
|
protected |
◆ $node
ilCloudPluginActionListGUI::$node = null |
|
protected |
◆ $selection_list
ilCloudPluginActionListGUI::$selection_list |
|
protected |
The documentation for this class was generated from the following file: