JHtmlActionsDropdown::addCustomItem
Append a custom item to current dropdown menu.
Signature
public function addCustomItem(string
$label,
[string
$icon = '',
[string
$id = '',
[string
$task = '']]] )
Parameters
-
$label
- The label of the item.
-
$icon
- The icon classname.
-
$id
- The item id.
-
$task
- The task.
Returns
- void