UseActions
trait UseActions
Properties
protected array | $items | ||
protected array | $defaultStyle | 默认样式 | |
protected bool | $dropdownIcon | 下拉菜单使用 icon |
Methods
default(array $style = [])
设置默认样式, 该样式需是可以调用的 Action 方法
quickIcon()
No description
target(string $title, string $url)
请求
iframe(string $title, string $url)
请求
mixed
useDefaultStyle($action)
调用默认的样式
Details
at line 38
UseActions
add(array|Action $action)
Append an action.
at line 55
UseActions
default(array $style = [])
设置默认样式, 该样式需是可以调用的 Action 方法
at line 61
UseActions
quickIcon()
No description
at line 73
TargetAction
target(string $title, string $url)
请求
at line 88
IframeAction
iframe(string $title, string $url)
请求
at line 102
protected mixed
useDefaultStyle($action)
调用默认的样式