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 19 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 96 of file class.ilCloudPluginActionListGUI.php.
References $DIC, $lng, $node, addSelectionListItems(), and exit.
101 include_once(
"./Services/UIComponent/AdvancedSelectionList/classes/class.ilAdvancedSelectionListGUI.php");
103 $this->selection_list->setId($this->node->getId());
104 $this->selection_list->setListTitle(
$lng->txt(
"actions"));
105 $this->selection_list->setItemLinkClass(
"xsmall");
108 if ($this->selection_list->getItems() != null) {
109 echo $this->selection_list->getHTML(
true);
addSelectionListItems($delete_item, $delete_folder)
User interface class for advanced drop-down selection lists.
◆ 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: