Method | Description | |
---|---|---|
actionButton ( array $params = [] ) : string | Output an action button. |
public actionButton ( array $params = [] ) : string | ||
$params | array | A list of parameters: - class: (string) The CSS classname to use for the link. - htmltitle: (string) The string to use for the HTML title attribute, if different than 'title'. - icon: (string) The icon CSS classname. - id: (string) The DOM ID of the link. - title: (string) The title string. |
return | string | An HTML link to $url. |