Add a dropdown action item that links to a URL
Usage
// basic usage
$inputfieldSubmit->addActionLink(string $url, string $label);
// usage with all arguments
$inputfieldSubmit->addActionLink(string $url, string $label, string $icon = '');
Arguments
Name | Type(s) | Description |
---|---|---|
url | string | URL to link to |
label | string | Text label to accompany the item |
icon (optional) | string | Icon name (optional) |
InputfieldSubmit methods and properties
API reference based on ProcessWire core version 3.0.236