Class ilCloudPluginActionListGUI.
More...
Detailed Description
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.
Member Function Documentation
ilCloudPluginActionListGUI::addItemsAfter |
( |
| ) |
|
|
protected |
ilCloudPluginActionListGUI::addItemsBefore |
( |
| ) |
|
|
protected |
ilCloudPluginActionListGUI::addSelectionListItems |
( |
|
$delete_item, |
|
|
|
$delete_folder |
|
) |
| |
|
protected |
ilCloudPluginActionListGUI::asyncGetContent |
( |
|
$delete_item = false , |
|
|
|
$delete_folder = false , |
|
|
ilCloudFileNode |
$node |
|
) |
| |
- Parameters
-
Definition at line 91 of file class.ilCloudPluginActionListGUI.php.
References $lng, $node, addSelectionListItems(), and exit.
{
include_once("./Services/UIComponent/AdvancedSelectionList/classes/class.ilAdvancedSelectionListGUI.php");
$this->selection_list->setId($this->node->getId());
$this->selection_list->setListTitle($lng->txt("actions"));
$this->selection_list->setItemLinkClass("xsmall");
if ($this->selection_list->getItems() != NULL) {
echo $this->selection_list->getHTML(true);
} else {
echo $lng->txt("empty");
}
}
ilCloudPluginActionListGUI::checkHasAction |
( |
| ) |
|
|
protected |
ilCloudPluginActionListGUI::getAsyncMode |
( |
| ) |
|
|
protected |
Field Documentation
ilCloudPluginActionListGUI::$node = NULL |
|
protected |
ilCloudPluginActionListGUI::$selection_list |
|
protected |
The documentation for this class was generated from the following file: