BarActionsWidget
extends CWidget
in package
Renders a list of actions available for each CGridView row.
Table of Contents
Properties
Methods
- run() : void
- Executes the widget
Properties
$items
public
array<string|int, mixed>
$items
= []
Available actions for table row
$id
private
static int
$id
= 1
A static counter to generate unique IDs for each widget instance.
Methods
run()
Executes the widget
public
run() : void