You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| routeParams | array |["id"]| Array of property value names for the route parameters. By default is `id` set. |
540
-
| classNames | string | "" | CSS class names which added directly to the `a` element. Overrides default class names from YAML config. |
541
-
| additionalClassNames | string | "" | You can set default class names in YAML config. Then you can add additional class names to the button without override the default config. |
542
-
| attr | array |[]| Array of any number of attributes formatted as HTML attributes. The array `["title" => "Show"]` is formatted as `title="Show"`. The `href` and `class` attributes are created by the other options and should not be defined here. |
543
-
| addIf | Closure |` function() {return true;}`| In this callback it is decided if the button will be rendered. |
| routeParams | array |["id"]| Array of property value names for the route parameters. By default is `id` set. |
540
+
| classNames | string | "" | CSS class names which added directly to the `a` element. Overrides default class names from YAML config. |
541
+
| additionalClassNames | string | "" | You can set default class names in YAML config. Then you can add additional class names to the button without override the default config. |
542
+
| attr | array |[]| Array of any number of attributes formatted as HTML attributes. The array `["title" => "Show"]` is formatted as `title="Show"`. The `href` and `class` attributes are created by the other options and should not be defined here. |
543
+
| addIf | Closure |` function($entity) {return true;}`| In this callback it is decided if the button will be rendered. |
0 commit comments