JToolbarHelper::custom
Writes a custom option and task button for the button bar.
Signature
public function custom([string
$task = '',
[string
$icon = '',
[string
$iconOver = '',
[string
$alt = '',
[bool
$listSelect = true]]]]] )
Parameters
-
$task
- The task to perform (picked up by the switch($task) blocks.
-
$icon
- The image to display.
-
$iconOver
- The image to display when moused over.
-
$alt
- The alt text for the icon image.
-
$listSelect
- True if required to check that a standard list item is checked.
Returns
- void